mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-30 23:15:51 +00:00
18 lines
322 B
Makefile
18 lines
322 B
Makefile
|
BOOTMAGIC_ENABLE = lite
|
||
|
MOUSEKEY_ENABLE = no
|
||
|
STENO_ENABLE = no
|
||
|
EXTRAKEY_ENABLE = yes
|
||
|
CONSOLE_ENABLE = no
|
||
|
COMMAND_ENABLE = no
|
||
|
SLEEP_LED_ENABLE = yes
|
||
|
NKRO_ENABLE = yes
|
||
|
BACKLIGHT_ENABLE = no
|
||
|
AUDIO_ENABLE = yes
|
||
|
RGBLIGHT_ENABLE = yes
|
||
|
TAP_DANCE_ENABLE = no
|
||
|
UNICODE_ENABLE = yes
|
||
|
LEADER_ENABLE = yes
|
||
|
|
||
|
# from default
|
||
|
SRC += muse.c
|