Browse Source

Remove BOOTLOADER_SIZE stuff from template (#8516)

pull/8526/head 0.8.63
Ryan 4 years ago
committed by GitHub
parent
commit
147bc6ec43
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      quantum/template/avr/rules.mk

+ 0
- 10
quantum/template/avr/rules.mk View File

@ -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
#


Loading…
Cancel
Save