forked from forks/qmk_firmware
8 lines
126 B
Makefile
8 lines
126 B
Makefile
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||
|
SRC += muse.c
|
||
|
endif
|
||
|
|
||
|
MIDI_ENABLE = yes
|
||
|
CAPS_WORD_ENABLE = yes
|
||
|
TRI_LAYER_ENABLE = yes
|