rgblight: driver selection cleanups (#21558)
parent
3ece80f73f
commit
1c069b13b9
@ -1,2 +1,2 @@ |
|||||||
RGBLIGHT_ENABLE = yes
|
RGBLIGHT_ENABLE = yes
|
||||||
RGBLIGHT_DRIVER = APA102
|
RGBLIGHT_DRIVER = apa102
|
||||||
|
@ -1,7 +1,7 @@ |
|||||||
# Only enable RGBLIGHT on avr boards
|
# Only enable RGBLIGHT on avr boards
|
||||||
ifeq ($(strip $(PLATFORM_KEY)),avr) |
ifeq ($(strip $(PLATFORM_KEY)),avr) |
||||||
# ...that are at least prepared for it
|
# ...that are at least prepared for it
|
||||||
ifdef RGBLIGHT_DRIVER
|
ifeq ($(strip $(RGBLIGHT_SUPPORTED)),yes)
|
||||||
RGBLIGHT_ENABLE = yes # Enable RGB Underglow
|
RGBLIGHT_ENABLE = yes # Enable RGB Underglow
|
||||||
endif
|
endif
|
||||||
endif |
endif |
||||||
|
Loading…
Reference in new issue