qmk_firmware/users/bocaj/rules.mk

6 lines
85 B

SRC += bocaj.c
ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
SRC += tap_dances.c
endif