Move matrix config to info.json, part 3 (#19991)

Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
Ryan
2023-03-11 00:34:34 +11:00
committed by GitHub
parent 76cc7fe109
commit ace372d90d
623 changed files with 1593 additions and 4581 deletions

View File

@@ -8,6 +8,11 @@
"pid": "0x3060",
"device_version": "0.0.1"
},
"matrix_pins": {
"cols": ["F4", "F6", "C7", "C6", "B6", "D4"],
"rows": ["F1", "F5", "F7", "B5", "B4"]
},
"diode_direction": "COL2ROW",
"encoder": {
"rotary": [
{"pin_a": "D2", "pin_b": "D7"}