aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
11# ATmega328P USBasp 11# ATmega328P USBasp
12BOOTLOADER = atmel-dfu 12BOOTLOADER = atmel-dfu
13 13
14# If you don't know the bootloader type, then you can specify the
15# Boot Section Size in *bytes* by uncommenting out the OPT_DEFS line
16# Otherwise, delete this section
17# Teensy halfKay 512
18# Teensy++ halfKay 1024
19# Atmel DFU loader 4096
20# LUFA bootloader 4096
21# USBaspLoader 2048
22# OPT_DEFS += -DBOOTLOADER_SIZE=4096
23
24# Build Options 14# Build Options
25# change yes to no to disable 15# change yes to no to disable
26# 16#