summaryrefslogtreecommitdiff
path: root/docs/reference_info_json.md
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-11-01 00:55:48 +0000
committerGitHub <noreply@github.com>2023-11-01 00:55:48 +0000
commita19ae3d78466588caa9caf7c38d1617932255733 (patch)
treec559d39f852ed6016ea677a630d10130e0cc71af /docs/reference_info_json.md
parentb52aca0af83fade24c56b4bb7369f18183123bd3 (diff)
Add dd mapping for hardware based split handedness (#22369)
Diffstat (limited to 'docs/reference_info_json.md')
-rw-r--r--docs/reference_info_json.md6
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.