summaryrefslogtreecommitdiff
path: root/users/danielo515/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'users/danielo515/rules.mk')
-rw-r--r--users/danielo515/rules.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/danielo515/rules.mk b/users/danielo515/rules.mk
new file mode 100644
index 0000000000..091baf20c9
--- /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