mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-21 09:03:23 +00:00
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
|