diff options
Diffstat (limited to 'users/danielo515/rules.mk')
-rw-r--r-- | users/danielo515/rules.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/danielo515/rules.mk b/users/danielo515/rules.mk new file mode 100644 index 000000000..091baf20c --- /dev/null +++ b/users/danielo515/rules.mk @@ -0,0 +1,9 @@ +SRC += danielo515.c + +ifeq ($(strip $(COMBO_ENABLE)), yes) + SRC += combo.c +endif + +ifeq ($(strip $(TAP_DANCE_ENABLE)), yes) + SRC += tap_dance.c +endif |