This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
qmk_firmware/users/klackygears/rules.mk
2020-06-28 12:07:57 +01:00

6 lines
91 B
Makefile

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