]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/bigswitch/keymaps/wanleg/rules.mk
bc4a1873f8457ca77cff6814e3db30ae6733cce1
[qmk_firmware.git] / keyboards / bigswitch / keymaps / wanleg / rules.mk
1 BACKLIGHT_ENABLE = yes       # Enable keyboard backlight functionality on B7 by default
2
3 #If using a ProMicro and it has the QMK DFU bootloader instead of Caterina,
4 #run "make <keyboard>:<keymap> dfu=qmk" when compiling to ensure it is flagged properly after being flashed
5 ifeq ($(strip $(dfu)), qmk)
6     BOOTLOADER = qmk-dfu
7 endif