mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
6 lines
91 B
Makefile
6 lines
91 B
Makefile
|
SRC += klackygears.c
|
||
|
|
||
|
|
||
|
ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
|
||
|
SRC += tap_dances.c
|
||
|
endif
|