blob: a33c6c1ddb85d0f5c41849f132c5f357beda8d54 (
plain)
1
2
3
4
5
6
7
8
|
# 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
|