mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 11:30:30 +08:00
6 lines
84 B
Makefile
6 lines
84 B
Makefile
SRC += txkyel.c
|
|
|
|
ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
|
|
SRC += tap_dance.c
|
|
endif
|