17 lines
342 B
Makefile
17 lines
342 B
Makefile
SRC += talljoe.c macros.c $(wildcard users/talljoe/tapdance/*.c)
|
|
ifeq ($(strip $(VISUALIZER_ENABLE)), yes)
|
|
SRC += visualizer.c
|
|
endif
|
|
|
|
ifeq ($(strip $(FLASH_BOOTLOADER)), yes)
|
|
OPT_DEFS += -DFLASH_BOOTLOADER
|
|
endif
|
|
|
|
EXTRAFLAGS+=-flto
|
|
|
|
TAP_DANCE_ENABLE=yes
|
|
CONSOLE_ENABLE=no
|
|
COMMAND_ENABLE=no
|
|
DYNAMIC_KEYMAP_ENABLE=no
|
|
BOOTMAGIC_ENABLE=full
|