mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-05-28 18:51:17 +02: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
|