aboutsummaryrefslogtreecommitdiffstats
path: root/users/danielo515/rules.mk
blob: 091baf20c9d87e975b47b34d1e80d7a1476fd427 (plain)
1
2
3
4
5
6
7
8
9
SRC += danielo515.c

ifeq ($(strip $(COMBO_ENABLE)), yes)
    SRC += combo.c
endif

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