summaryrefslogtreecommitdiffstats
path: root/users/zigotica/rules.mk
diff options
context:
space:
mode:
authorSergi Meseguer <zigotica@gmail.com>2021-10-16 04:02:04 +0200
committerGitHub <noreply@github.com>2021-10-15 19:02:04 -0700
commit40badc4413d97226398302fb7a84c83c5c4f03a8 (patch)
tree521c1f8ccf8aa355b4ad1671425b96283e8abbd7 /users/zigotica/rules.mk
parentb0d293a841977d393c81bef443f7e28f7764ee30 (diff)
[Keymap] zigotica userspace (#14670)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'users/zigotica/rules.mk')
-rw-r--r--users/zigotica/rules.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/users/zigotica/rules.mk b/users/zigotica/rules.mk
new file mode 100644
index 0000000000..019e6f6dda
--- /dev/null
+++ b/users/zigotica/rules.mk
@@ -0,0 +1,18 @@
+SRC += zigotica.c
+
+ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
+ SRC += tapdances.c
+endif
+
+ifeq ($(strip $(COMBO_ENABLE)), yes)
+ SRC += combos.c
+endif
+
+ifeq ($(strip $(OLED_ENABLE)), yes)
+ SRC += oled.c
+endif
+
+ifeq ($(strip $(ENCODER_ENABLE)), yes)
+ SRC += encoder.c
+endif
+