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
parent 4b1f0e8daa
commit 1022afa6c2
536 changed files with 1507 additions and 3196 deletions

View File

@@ -8,8 +8,19 @@
"pid": "0x1257",
"device_version": "1.0.0"
},
"matrix_pins": {
"cols": ["F5", "F6", "F7", "B1", "B3", "B2", "B6", "B5"],
"rows": ["F4", "D4", "D7", "E6", "B4", "C6"]
},
"diode_direction": "COL2ROW",
"split": {
"soft_serial_pin": "D0"
"soft_serial_pin": "D0",
"matrix_pins": {
"right": {
"cols": ["F5", "F6", "F7", "B1", "B3", "B2", "B6", "C6"],
"rows": ["F4", "D4", "D7", "E6", "B4", "B5"]
}
}
},
"processor": "atmega32u4",
"bootloader": "caterina",