Move backlight config to data driven, part 1 (#19887)
This commit is contained in:
@@ -23,8 +23,6 @@
|
||||
#define ENCODERS_PAD_B { B0 }
|
||||
#define ENCODER_RESOLUTION 4
|
||||
|
||||
#define BACKLIGHT_ON_STATE 0
|
||||
|
||||
#define BACKLIGHT_PIN B5
|
||||
#define BACKLIGHT_LEVELS 5
|
||||
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0xB44C",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"backlight": {
|
||||
"on_state": 0
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "B6"
|
||||
},
|
||||
|
Reference in New Issue
Block a user