diff options
author | Ryan <fauxpark@gmail.com> | 2020-03-22 18:50:37 +1100 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2020-06-12 17:00:27 +0900 |
commit | 3012ffe48a3bc1deadb52a509e6395f09a17ef9f (patch) | |
tree | e1fcf7938b52d8efce5e050c2cbae4c9fc47b719 /quantum/template/avr | |
parent | 646de31974ffc66441319e177a9cab6810b65b94 (diff) |
Remove BOOTLOADER_SIZE stuff from template (#8516)
Diffstat (limited to 'quantum/template/avr')
-rw-r--r-- | quantum/template/avr/rules.mk | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/quantum/template/avr/rules.mk b/quantum/template/avr/rules.mk index 74fcf945a0..aee0445bd7 100644 --- a/quantum/template/avr/rules.mk +++ b/quantum/template/avr/rules.mk @@ -12,18 +12,6 @@ MCU = atmega32u4 # atmega32a bootloadHID 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 # |