diff options
author | Duncan Sutherland <dunk2k_2000@hotmail.com> | 2023-06-15 05:06:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 22:06:18 -0600 |
commit | 2add1fb223c70e2f0c98c2252138c038f09fb600 (patch) | |
tree | c4cfeb2ebd656b771ea0b66dde090cf5c3ef2f8b | |
parent | f594b99f92979e85ba51453acc3cbe0763863570 (diff) |
[Keyboard] `dactyl_manuform/6x7` pin correction (#21240)
-rw-r--r-- | keyboards/handwired/dactyl_manuform/6x7/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/dactyl_manuform/6x7/info.json b/keyboards/handwired/dactyl_manuform/6x7/info.json index 93776f8abd..529d92bd3f 100644 --- a/keyboards/handwired/dactyl_manuform/6x7/info.json +++ b/keyboards/handwired/dactyl_manuform/6x7/info.json @@ -23,7 +23,7 @@ "pin": "D3" }, "matrix_pins": { - "cols": ["D4", "C6", "D7", "E6", "B4", "B5", "B7"], + "cols": ["D4", "C6", "D7", "E6", "B4", "B5", "D1"], "rows": ["F5", "F6", "F7", "B1", "B3", "B2", "B6"] }, "diode_direction": "COL2ROW", |