rgblight: driver selection cleanups (#21558)
This commit is contained in:
parent
3ece80f73f
commit
1c069b13b9
43 changed files with 27 additions and 44 deletions
|
@ -18,6 +18,7 @@
|
|||
"levels": 8
|
||||
},
|
||||
"rgblight": {
|
||||
"driver": "custom",
|
||||
"hue_steps": 10,
|
||||
"led_count": 24
|
||||
},
|
||||
|
|
|
@ -7,7 +7,6 @@ NKRO_ENABLE = yes
|
|||
BACKLIGHT_ENABLE = yes # Disable keyboard backlight functionality
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
RGBLIGHT_ENABLE = yes # Disable RGB underlight
|
||||
RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lefkeyboards, not WS2812
|
||||
SLEEP_LED_ENABLE = yes
|
||||
|
||||
ISSI_ENABLE = yes # If the I2C pullup resistors aren't install this must be disabled
|
||||
|
|
|
@ -7,7 +7,6 @@ NKRO_ENABLE = yes
|
|||
# BACKLIGHT_ENABLE = no # Disable keyboard backlight functionality
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
RGBLIGHT_ENABLE = no # Disable RGB underlight
|
||||
RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lefkeyboards, not WS2812
|
||||
SLEEP_LED_ENABLE = yes
|
||||
|
||||
ISSI_ENABLE = no # If the I2C pullup resistors aren't install this must be disabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue