mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-01-01 10:52:00 +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
|