qmk_sweep_skeletyl/keyboards/planck/keymaps/peterfalken/rules.mk
Luis Garcia d058091d0b
Add peterfalken userspace & keymaps (#19897)
Co-authored-by: Peter.Falken <luis.garcia@bitjester.com>
2023-04-05 12:35:34 -06:00

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