Move matrix config to info.json, part 4 (#20001)
This commit is contained in:
@@ -1,11 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
|
||||
#define MATRIX_ROW_PINS { D2, D3, C6, C7 }
|
||||
#define MATRIX_COL_PINS { B4, D7, D6 }
|
||||
|
||||
/* COL2ROW or ROW2COL */
|
||||
#define DIODE_DIRECTION ROW2COL
|
||||
|
||||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
@@ -8,6 +8,11 @@
|
||||
"pid": "0x6060",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["B4", "D7", "D6"],
|
||||
"rows": ["D2", "D3", "C6", "C7"]
|
||||
},
|
||||
"diode_direction": "ROW2COL",
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "halfkay",
|
||||
"layouts": {
|
||||
|
Reference in New Issue
Block a user