Move matrix config to info.json, part 8 (#20030)

This commit is contained in:
Ryan 2023-03-11 04:59:07 +11:00 committed by GitHub
commit 1022afa6c2
Failed to generate hash of commit
536 changed files with 1507 additions and 3196 deletions

View file

@ -8,6 +8,11 @@
"pid": "0x0131",
"device_version": "1.0.0"
},
"matrix_pins": {
"cols": ["C14", "C15", "A0", "A1", "A2"],
"rows": ["B5", "B4", "B3", "A15", "A14", "A13"]
},
"diode_direction": "ROW2COL",
"encoder": {
"rotary": [
{"pin_a": "A3", "pin_b": "A4"}