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 000000000..3d65a2242 --- /dev/null +++ b/users/d4mation/rules.mk | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SRC += d4mation.c \ | ||
| 2 | tap-hold.c \ | ||
| 3 | macros.c | ||
| 4 | |||
| 5 | BOOTMAGIC_ENABLE = no | ||
| 6 | LTO_ENABLE = yes | ||
| 7 | MOUSEKEY_ENABLE = no | ||
| 8 | |||
| 9 | ifeq ($(strip $(UNICODE_ENABLE)), yes) | ||
| 10 | SRC += zalgo.c | ||
| 11 | endif | ||
| 12 | |||
| 13 | ifeq ($(strip $(TAP_DANCE_ENABLE)), yes) | ||
| 14 | SRC += tap-dance.c | ||
| 15 | endif \ No newline at end of file | ||
