2
0

rules.mk 331 B

1234567
  1. BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality on B7 by default
  2. #If using a ProMicro and it has the QMK DFU bootloader instead of Caterina,
  3. #run "make <keyboard>:<keymap> dfu=qmk" when compiling to ensure it is flagged properly after being flashed
  4. ifeq ($(strip $(dfu)), qmk)
  5. BOOTLOADER = qmk-dfu
  6. endif