Move backlight config to data driven (#19910)
This commit is contained in:
@@ -21,9 +21,6 @@
|
||||
#define MATRIX_ROW_PINS { B4, D5, D0, B2, B3, B0 }
|
||||
#define MATRIX_COL_PINS { B1, F0, F1, F4, F5, F6, F7, C7, C6, D3, E6, D7, D6, D4, D2, D1 }
|
||||
|
||||
#define BACKLIGHT_PIN B7
|
||||
#define BACKLIGHT_BREATHING
|
||||
|
||||
/* COL2ROW or ROW2COL */
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
|
@@ -8,6 +8,10 @@
|
||||
"pid": "0x001C",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"backlight": {
|
||||
"pin": "B7",
|
||||
"breathing": true
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "B6",
|
||||
"scroll_lock": "B5"
|
||||
|
Reference in New Issue
Block a user