Move backlight config to data driven (#19910)
This commit is contained in:
@@ -10,10 +10,6 @@
|
||||
*/
|
||||
#define NO_ACTION_TAPPING
|
||||
|
||||
/* Backlight configuration
|
||||
*/
|
||||
#define BACKLIGHT_LEVELS 1
|
||||
|
||||
/* Underlight configuration
|
||||
*/
|
||||
#define RGBLIGHT_EFFECT_BREATHE_CENTER 1
|
||||
|
@@ -50,6 +50,10 @@
|
||||
"pid": "0x2390",
|
||||
"vid": "0xC1ED"
|
||||
},
|
||||
"backlight": {
|
||||
"driver": "custom",
|
||||
"levels": 1
|
||||
},
|
||||
"community_layouts": ["66_ansi"],
|
||||
"layout_aliases": {
|
||||
"LAYOUT": "LAYOUT_all"
|
||||
|
@@ -1,3 +1 @@
|
||||
BACKLIGHT_DRIVER = custom
|
||||
|
||||
LTO_ENABLE = yes
|
||||
|
Reference in New Issue
Block a user