1
0
Fork 0

rgblight: driver selection cleanups (#21558)

This commit is contained in:
Ryan 2023-08-15 20:06:57 +10:00 committed by GitHub
parent 3ece80f73f
commit 1c069b13b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 27 additions and 44 deletions

View file

@ -13,9 +13,5 @@ UNICODE_ENABLE = no # Unicode
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
RGBLIGHT_ENABLE = yes
RGBLIGHT_CUSTOM_DRIVER = yes
DISABLE_WS2812 = yes
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend

View file

@ -6,5 +6,4 @@ CONSOLE_ENABLE = no
COMMAND_ENABLE = yes
BACKLIGHT_ENABLE = yes
RGBLIGHT_ENABLE = yes
RGBLIGHT_CUSTOM_DRIVER = yes
KEY_LOCK_ENABLE = yes