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.

14 lines
231 B

  1. COMBO_ENABLE = yes
  2. COMMAND_ENABLE = yes
  3. CONSOLE_ENABLE = yes
  4. TAP_DANCE_ENABLE = yes
  5. SRC += ibnuda.c
  6. ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
  7. SRC += tapdance.c
  8. endif
  9. ifeq ($(strip $(COMBO_ENABLE)), yes)
  10. SRC += combo.c
  11. endif