rules.mk 154 B

123456789
  1. SRC += danielo515.c
  2. ifeq ($(strip $(COMBO_ENABLE)), yes)
  3. SRC += combo.c
  4. endif
  5. ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
  6. SRC += tap_dance.c
  7. endif