forked from forks/qmk_firmware
4 lines
114 B
Makefile
4 lines
114 B
Makefile
ifneq ($(strip $(RGBLIGHT_SUPPORTED)), no)
|
|
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
|
|
endif
|