diff options
author | Joel Challis <git@zvecr.com> | 2023-11-01 00:55:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-01 00:55:48 +0000 |
commit | a19ae3d78466588caa9caf7c38d1617932255733 (patch) | |
tree | c559d39f852ed6016ea677a630d10130e0cc71af /docs | |
parent | b52aca0af83fade24c56b4bb7369f18183123bd3 (diff) |
Add dd mapping for hardware based split handedness (#22369)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference_info_json.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/reference_info_json.md b/docs/reference_info_json.md index 1d9429b54d..d9336fa2bb 100644 --- a/docs/reference_info_json.md +++ b/docs/reference_info_json.md @@ -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. |