]> git.donarmstrong.com Git - qmk_firmware.git/blob - users/wanleg/rules.mk
Big Switch and 5x5 edits (#4168)
[qmk_firmware.git] / users / wanleg / rules.mk
1 SRC += wanleg.c tapdances.c
2
3 TAP_DANCE_ENABLE = yes
4 MOUSEKEY_ENABLE = yes
5
6 #If using a ProMicro and it has the QMK DFU bootloader instead of Caterina,
7 #run "make <keyboard>:<keymap> dfu=qmk" when compiling to ensure it is flagged properly after being flashed
8 ifeq ($(strip $(dfu)), qmk)
9     BOOTLOADER = qmk-dfu
10 endif
11
12 #use alternate settings for boards using ProMicro instead of Micro
13 #example usage: make 4x4:wanleg PM=yes
14 ifeq ($(strip $(PM)), yes)
15         OPT_DEFS += -DPRO_MICRO
16 endif