forked from forks/qmk_firmware
05b7383703
* Migrate Levinson to use split_common code * Update keymap
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
|