rules.mk 199 B

1234567891011
  1. SRC += csc027.c
  2. ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
  3. SRC += custom_rgb.c
  4. SRC += usb_led.c
  5. endif
  6. ifeq ($(strip $(AUDIO_ENABLE)), yes)
  7. SRC += custom_audio.c
  8. SRC += usb_led.c
  9. endif