rules.mk 520 B

123456789101112131415161718
  1. # Bootloader selection
  2. # Teensy halfkay
  3. # Pro Micro caterina
  4. # Atmel DFU atmel-dfu
  5. # LUFA DFU lufa-dfu
  6. # QMK DFU qmk-dfu
  7. # atmega32a bootloadHID
  8. #BOOTLOADER = qmk-dfu
  9. # If you don't know the bootloader type, then you can specify the
  10. # Boot Section Size in *bytes* by uncommenting out the OPT_DEFS line
  11. # Teensy halfKay 512
  12. # Teensy++ halfKay 1024
  13. # Atmel DFU loader 4096
  14. # LUFA bootloader 4096
  15. # USBaspLoader 2048
  16. # OPT_DEFS += -DBOOTLOADER_SIZE=4096