Move matrix config to info.json, part 2 (#19987)
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
"usb": {
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B10", "B2", "B11", "A10", "B7", "B6", "B5", "B4", "B3", "A15", "A14"],
|
||||
"rows": ["A9", "A8", "B15", "B14", "B13", "B12", "A4", "A5", "A6", "A7", "B0", "B1"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"processor": "STM32L412",
|
||||
"bootloader": "stm32-dfu"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user