aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/template
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-03-22 18:50:37 +1100
committerGitHub <noreply@github.com>2020-03-22 08:50:37 +0100
commit147bc6ec43a0244682a73eb5c76146608e60afd4 (patch)
tree34f3ddc1cdcf4d0f5b58ff27faaa6e5e08593803 /quantum/template
parentbea62add555e16135755b7434e594624d3623341 (diff)
downloadfirmware-147bc6ec43a0244682a73eb5c76146608e60afd4.tar.gz
firmware-147bc6ec43a0244682a73eb5c76146608e60afd4.tar.bz2
firmware-147bc6ec43a0244682a73eb5c76146608e60afd4.zip
Remove BOOTLOADER_SIZE stuff from template (#8516)
Diffstat (limited to 'quantum/template')
-rw-r--r--quantum/template/avr/rules.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/quantum/template/avr/rules.mk b/quantum/template/avr/rules.mk
index ea0c83c68..405348421 100644
--- a/quantum/template/avr/rules.mk
+++ b/quantum/template/avr/rules.mk
@@ -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
#