aboutsummaryrefslogtreecommitdiff
path: root/users/d4mation/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'users/d4mation/rules.mk')
-rw-r--r--users/d4mation/rules.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/users/d4mation/rules.mk b/users/d4mation/rules.mk
new file mode 100644
index 000000000..3d65a2242
--- /dev/null
+++ b/users/d4mation/rules.mk
@@ -0,0 +1,15 @@
1SRC += d4mation.c \
2 tap-hold.c \
3 macros.c
4
5BOOTMAGIC_ENABLE = no
6LTO_ENABLE = yes
7MOUSEKEY_ENABLE = no
8
9ifeq ($(strip $(UNICODE_ENABLE)), yes)
10 SRC += zalgo.c
11endif
12
13ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
14 SRC += tap-dance.c
15endif \ No newline at end of file