rules.mk 410 B

1234567891011121314
  1. # Enable RGB underglow
  2. # https://beta.docs.qmk.fm/features/feature_rgblight
  3. RGBLIGHT_ENABLE = yes # +5500 bytes
  4. ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
  5. # Include my fancy rgb functions source here
  6. SRC += rgb.c
  7. endif
  8. # Disable backlight, since I use RGB underglow.
  9. # https://beta.docs.qmk.fm/features/feature_backlight
  10. BACKLIGHT_ENABLE = no
  11. # Control piezo speaker on C6
  12. AUDIO_ENABLE = yes # +4000 bytes