mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-18 11:52:50 +01:00
7 lines
129 B
Makefile
7 lines
129 B
Makefile
# Enable RGB if not a Planck
|
|
ifeq ($(LAYOUTS_HAS_RGB),yes)
|
|
RGBLIGHT_ENABLE = yes
|
|
endif
|
|
AUDIO_ENABLE = no
|
|
BACKLIGHT_ENABLE = yes
|