]> git.donarmstrong.com Git - qmk_firmware.git/blob - users/wanleg/rules.mk
Keymap: fix conditionals in userspace rules.mk (#3726)
[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 TAP_DANCE_ENABLE = yes
8 MOUSEKEY_ENABLE = yes
9
10 #If using a ProMicro and it has the QMK DFU bootloader instead of Caterina,
11 #run "make <keyboard>:<keymap> dfu=qmk" when compiling to ensure it is flagged properly after being flashed
12 ifeq ($(strip $(dfu)), qmk)
13     BOOTLOADER = qmk-dfu
14 endif