summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
#