Move matrix config to info.json, part 4 (#20001)

This commit is contained in:
Ryan
2023-03-11 00:00:24 +11:00
committed by GitHub
parent dd086a51d8
commit 9e64300e67
584 changed files with 1484 additions and 3703 deletions

View File

@@ -2,6 +2,11 @@
"usb": {
"device_version": "20.1.9"
},
"matrix_pins": {
"cols": ["A7", "A8", "B2", "B10"],
"rows": ["A3", "B8", "B9", "B1"]
},
"diode_direction": "COL2ROW",
"encoder": {
"rotary": [
{"pin_a": "B13", "pin_b": "B14"}