You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
282 B

  1. SRC += zigotica.c
  2. ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
  3. SRC += tapdances.c
  4. endif
  5. ifeq ($(strip $(COMBO_ENABLE)), yes)
  6. SRC += combos.c
  7. endif
  8. ifeq ($(strip $(OLED_ENABLE)), yes)
  9. SRC += oled.c
  10. endif
  11. ifeq ($(strip $(ENCODER_ENABLE)), yes)
  12. SRC += encoder.c
  13. endif