rules.mk 216 B

12345678
  1. # Setup keymap QMK features
  2. # TODO: Check for space optimizations
  3. AUDIO_ENABLE = yes # Enable Audio Output
  4. ENCODER_ENABLE = no # Disable encoder
  5. ifeq ($(strip $(AUDIO_ENABLE)), yes)
  6. SRC += muse.c
  7. endif