mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-16 08:56:11 +00:00
3 lines
114 B
Makefile
3 lines
114 B
Makefile
ifneq ($(strip $(RGBLIGHT_SUPPORTED)), no)
|
|
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
|
|
endif
|