rules.mk 79 B

12345
  1. SRC += 333fred.c
  2. ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
  3. SRC += rgb.c
  4. endif