Move matrix config to info.json, part 6 (#20019)
This commit is contained in:
@@ -20,9 +20,6 @@
|
||||
// use I2C on AVR
|
||||
#define USE_I2C
|
||||
|
||||
// wiring of each half
|
||||
#define MATRIX_ROW_PINS { B3 }
|
||||
#define MATRIX_COL_PINS { B6 }
|
||||
#define SPLIT_HAND_PIN F6
|
||||
|
||||
/* ws2812 RGB LED */
|
||||
|
@@ -1,4 +1,9 @@
|
||||
{
|
||||
"matrix_pins": {
|
||||
"cols": ["B6"],
|
||||
"rows": ["B3"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"split": {
|
||||
"soft_serial_pin": "D1"
|
||||
},
|
||||
|
Reference in New Issue
Block a user