qmk_firmware/keyboards/preonic/keymaps/peterfalken/rules.mk

9 lines
216 B
Makefile
Raw Permalink Normal View History

# 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