summaryrefslogtreecommitdiff
path: root/users/hvp/rules.mk
blob: 549483b67b7c49213f2b669a805d25dd4aef30ce (plain)
1
2
3
4
5
6
7
8
9

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

ifeq ($(strip $(TAPPING_TERM_PER_KEY)), yes)
     SRC += per_key.c
endif