mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
7 lines
109 B
Makefile
7 lines
109 B
Makefile
SRC += konstantin.c
|
|
ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
|
|
SRC += tap_dance.c
|
|
endif
|
|
|
|
EXTRAFLAGS += -flto
|