diff options
| author | Joel Challis | 2022-02-23 18:33:08 +0100 |
|---|---|---|
| committer | GitHub | 2022-02-23 18:33:08 +0100 |
| commit | cf31355f08dca311a013168eb3eb995e2fc6a3d1 (patch) | |
| tree | 2512b31749a481c0d449b6c0e078c3ca3d746a40 /docs/ChangeLog/20220226 | |
| parent | bd01e1cee8b5050ae62a7ed2597eac95c22627bf (diff) | |
Changelog 2022q1 (#16380)
* Initial changelog pass
* update generate-develop-pr-list content
* Fix bad word-ness
* Fix generate-develop-pr-list ignores
* Update docs/ChangeLog/20220226.md
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Diffstat (limited to 'docs/ChangeLog/20220226')
| -rw-r--r-- | docs/ChangeLog/20220226/PR15304.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/ChangeLog/20220226/PR15304.md b/docs/ChangeLog/20220226/PR15304.md deleted file mode 100644 index 3cdb40db10..0000000000 --- a/docs/ChangeLog/20220226/PR15304.md +++ /dev/null @@ -1,13 +0,0 @@ -### Split Common core now supports Pointing Devices ([#15304](https://github.com/qmk/qmk_firmware/pull/15304)) - -Pointing devices can now be shared across a split keyboard with support for a single pointing device or a pointing device on each side. - -This feature can be enabled with `#define SPLIT_POINTING_ENABLE` and one of the following options: - -| Setting | Description | -|---------------------------|------------------------------------| -|`POINTING_DEVICE_LEFT` | Pointing device on the left side | -|`POINTING_DEVICE_RIGHT` | Pointing device on the right side | -|`POINTING_DEVICE_COMBINED` | Pointing device on both sides | - -See the [Pointing Device](../feature_pointing_device.md) documentation for further configuration options. |