mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-17 03:12:50 +01:00
5 lines
99 B
Makefile
5 lines
99 B
Makefile
# Enable RGB if not a Planck
|
|
ifeq (,$(findstring planck,$(KEYBOARD)))
|
|
RGBLIGHT_ENABLE = yes
|
|
endif
|