mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 14:40:06 +00:00
6 lines
109 B
Makefile
6 lines
109 B
Makefile
SRC += konstantin.c
|
|
ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
|
|
SRC += tap_dance.c
|
|
endif
|
|
|
|
EXTRAFLAGS += -flto
|