forked from mirrors/qmk_userspace
Add dd mapping for hardware based split handedness (#22369)
This commit is contained in:
parent
b52aca0af8
commit
a19ae3d784
6 changed files with 54 additions and 10 deletions
|
@ -647,6 +647,12 @@ Configures the [Split Keyboard](feature_split_keyboard.md) feature.
|
|||
* `right`
|
||||
* `rotary`
|
||||
* See [Encoder](#encoder) config.
|
||||
* `handedness`
|
||||
* `pin`
|
||||
* The GPIO pin connected to determine handedness.
|
||||
* `matrix_grid`
|
||||
* The GPIO pins of the matrix position which determines the handedness.
|
||||
* Example: `["A1", "B5"]`
|
||||
* `matrix_pins`
|
||||
* `right`
|
||||
* See [Matrix](#matrix) config.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue