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.

11 lines
197 B

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