~ruther/qmk_firmware

147bc6ec43a0244682a73eb5c76146608e60afd4 — Ryan 5 years ago bea62ad
Remove BOOTLOADER_SIZE stuff from template (#8516)

1 files changed, 0 insertions(+), 10 deletions(-)

M quantum/template/avr/rules.mk
M quantum/template/avr/rules.mk => quantum/template/avr/rules.mk +0 -10
@@ 11,16 11,6 @@ MCU = atmega32u4
#   ATmega328P   USBasp
BOOTLOADER = atmel-dfu

# If you don't know the bootloader type, then you can specify the
# Boot Section Size in *bytes* by uncommenting out the OPT_DEFS line
# Otherwise, delete this section
#   Teensy halfKay      512
#   Teensy++ halfKay    1024
#   Atmel DFU loader    4096
#   LUFA bootloader     4096
#   USBaspLoader        2048
# OPT_DEFS += -DBOOTLOADER_SIZE=4096

# Build Options
#   change yes to no to disable
#