]> git.donarmstrong.com Git - qmk_firmware.git/blob - users/d4mation/rules.mk
[Keymap] Added userspace for d4mation. Included their keymap for the Atreus62 (#7483)
[qmk_firmware.git] / users / d4mation / rules.mk
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