qmk_firmware/users/miketronic/rules.mk

5 lines
121 B
Makefile
Raw Permalink Normal View History

SRC += miketronic.c process_records.c
ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
SRC += $(USER_PATH)/tapdances.c
endif