rules.mk 302 B

1234567
  1. TAP_DANCE_ENABLE = yes # Enable Tap Dance (comment if not being implemented)
  2. #If ProMicro has 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