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.

16 lines
342 B

  1. SRC += talljoe.c macros.c $(wildcard users/talljoe/tapdance/*.c)
  2. ifeq ($(strip $(VISUALIZER_ENABLE)), yes)
  3. SRC += visualizer.c
  4. endif
  5. ifeq ($(strip $(FLASH_BOOTLOADER)), yes)
  6. OPT_DEFS += -DFLASH_BOOTLOADER
  7. endif
  8. EXTRAFLAGS+=-flto
  9. TAP_DANCE_ENABLE=yes
  10. CONSOLE_ENABLE=no
  11. COMMAND_ENABLE=no
  12. DYNAMIC_KEYMAP_ENABLE=no
  13. BOOTMAGIC_ENABLE=full