Files
qmk_firmware/keyboards/planck/keymaps/mattly/rules.mk
T

5 lines
80 B
Makefile

AUDIO_ENABLE = yes
ifeq ($(strip $(AUDIO_ENABLE)), yes)
SRC += muse.c
endif