mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-01-08 10:42:40 +00:00
5 lines
121 B
Makefile
5 lines
121 B
Makefile
|
SRC += miketronic.c process_records.c
|
||
|
ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
|
||
|
SRC += $(USER_PATH)/tapdances.c
|
||
|
endif
|