mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
5bc282eefe
Co-authored-by: Drashna Jaelre <drashna@live.com>
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
|