d058091d0b
Co-authored-by: Peter.Falken <luis.garcia@bitjester.com>
8 lines
216 B
Makefile
8 lines
216 B
Makefile
# Setup keymap QMK features
|
|
# TODO: Check for space optimizations
|
|
AUDIO_ENABLE = yes # Enable Audio Output
|
|
ENCODER_ENABLE = no # Disable encoder
|
|
|
|
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
|
SRC += muse.c
|
|
endif
|