]> git.donarmstrong.com Git - qmk_firmware.git/blob - users/wanleg/rules.mk
Keymap: Wanleg userspace (#3670)
[qmk_firmware.git] / users / wanleg / rules.mk
1 ifeq ($(strip $(KEYBOARD)), lets_split_rev2)
2 SRC += ../../keyboards/lets_split/lets_split.c
3 endif
4
5 SRC += wanleg.c tapdances.c 
6
7 ifndef TAP_DANCE_ENABLE
8 TAP_DANCE_ENABLE = yes
9 endif
10
11 ifndef MOUSEKEY_ENABLE
12 MOUSEKEY_ENABLE = yes
13 endif
14
15 #If using a ProMicro and it has the QMK DFU bootloader instead of Caterina,
16 #run "make <keyboard>:<keymap> dfu=qmk" when compiling to ensure it is flagged properly after being flashed
17 ifeq ($(strip $(dfu)), qmk)
18     BOOTLOADER = qmk-dfu
19 endif