mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 22:44:56 +00:00
05b7383703
* Migrate Levinson to use split_common code * Update keymap
6 lines
129 B
Makefile
6 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
|