mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-25 12:46:41 +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
|