diff options
Diffstat (limited to 'users/d4mation/rules.mk')
-rw-r--r-- | users/d4mation/rules.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/users/d4mation/rules.mk b/users/d4mation/rules.mk new file mode 100644 index 0000000000..3d65a2242b --- /dev/null +++ b/users/d4mation/rules.mk @@ -0,0 +1,15 @@ +SRC += d4mation.c \ + tap-hold.c \ + macros.c + +BOOTMAGIC_ENABLE = no +LTO_ENABLE = yes +MOUSEKEY_ENABLE = no + +ifeq ($(strip $(UNICODE_ENABLE)), yes) + SRC += zalgo.c +endif + +ifeq ($(strip $(TAP_DANCE_ENABLE)), yes) + SRC += tap-dance.c +endif
\ No newline at end of file |