mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-15 06:10:53 +00:00
6 lines
85 B
Makefile
6 lines
85 B
Makefile
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||
|
SRC += muse.c
|
||
|
endif
|
||
|
|
||
|
TRI_LAYER_ENABLE = yes
|