Move matrix config to info.json, part 2 (#19987)

This commit is contained in:
Ryan
2023-03-10 22:16:56 +11:00
committed by GitHub
parent 80661e5f19
commit dd086a51d8
494 changed files with 1235 additions and 3287 deletions

View File

@@ -1,4 +1,9 @@
{
"matrix_pins": {
"cols": ["B4", "D7", "D6", "D4", "F7", "F6", "F5", "F4"],
"rows": ["C7", "C6", "B6", "B5"]
},
"diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "atmel-dfu"
}