mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-02-27 03:28:11 +00:00
5 lines
88 B
Makefile
5 lines
88 B
Makefile
# Enable RGB if not a Planck
|
|
ifeq ($(LAYOUTS_HAS_RGB),yes)
|
|
RGBLIGHT_ENABLE = yes
|
|
endif
|