summaryrefslogtreecommitdiff
path: root/quantum
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-03-22 18:50:37 +1100
committerFlorian Didron <fdidron@users.noreply.github.com>2020-06-12 17:00:27 +0900
commit3012ffe48a3bc1deadb52a509e6395f09a17ef9f (patch)
treee1fcf7938b52d8efce5e050c2cbae4c9fc47b719 /quantum
parent646de31974ffc66441319e177a9cab6810b65b94 (diff)
Remove BOOTLOADER_SIZE stuff from template (#8516)
Diffstat (limited to 'quantum')
-rw-r--r--quantum/template/avr/rules.mk12
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
#