forked from mirrors/qmk_userspace
Move matrix config to info.json, part 2 (#19987)
This commit is contained in:
parent
80661e5f19
commit
dd086a51d8
494 changed files with 1235 additions and 3287 deletions
|
|
@ -8,6 +8,11 @@
|
|||
"pid": "0x2434",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F5", "F6", "B1", "B3", "B2", "B6", "F7"],
|
||||
"rows": ["D7", "E6", "B4", "B5", "D4", "C6", "D2", "D3"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
"layouts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue