Move matrix config to info.json, part 4 (#20001)

This commit is contained in:
Ryan
2023-03-11 00:00:24 +11:00
committed by GitHub
parent dd086a51d8
commit 9e64300e67
584 changed files with 1484 additions and 3703 deletions

View File

@@ -18,12 +18,3 @@
#define EE_HANDS
/* define pins */
#define MATRIX_ROW_PINS { F6, F5, F4, B6, D3 }
#define MATRIX_COL_PINS { B5, B4, D7, D6, F0, F1, C6 }
#define MATRIX_ROW_PINS_RIGHT { D6, D7, B4, F7, E6 }
#define MATRIX_COL_PINS_RIGHT { B1, B2, B3, F1, F4, F5, F6 }
/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION COL2ROW

View File

@@ -9,8 +9,19 @@
"pid": "0x0000",
"device_version": "0.0.2"
},
"matrix_pins": {
"cols": ["B5", "B4", "D7", "D6", "F0", "F1", "C6"],
"rows": ["F6", "F5", "F4", "B6", "D3"]
},
"diode_direction": "COL2ROW",
"split": {
"soft_serial_pin": "D0"
"soft_serial_pin": "D0",
"matrix_pins": {
"right": {
"cols": ["B1", "B2", "B3", "F1", "F4", "F5", "F6"],
"rows": ["D6", "D7", "B4", "F7", "E6"]
}
}
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",