Move backlight config to data driven (#19910)
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
"pid": "0x4556",
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"backlight": {
|
||||
"driver": "custom"
|
||||
},
|
||||
"bootmagic": {
|
||||
"matrix": [4, 10]
|
||||
},
|
||||
|
@@ -8,7 +8,6 @@ CONSOLE_ENABLE = no # Console for debug
|
||||
COMMAND_ENABLE = yes # Commands for debug and configuration
|
||||
NKRO_ENABLE = yes # Enable N-Key Rollover
|
||||
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||||
BACKLIGHT_DRIVER = custom
|
||||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
|
Reference in New Issue
Block a user