mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-17 18:16:53 +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
|