aboutsummaryrefslogtreecommitdiff
path: root/quantum/template/avr/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/template/avr/rules.mk')
-rw-r--r--quantum/template/avr/rules.mk25
1 files changed, 18 insertions, 7 deletions
diff --git a/quantum/template/avr/rules.mk b/quantum/template/avr/rules.mk
index 92f3a03a9..383a3594b 100644
--- a/quantum/template/avr/rules.mk
+++ b/quantum/template/avr/rules.mk
@@ -39,13 +39,24 @@ F_USB = $(F_CPU)
39OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT 39OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
40 40
41 41
42# Boot Section Size in *bytes* 42# Bootloader selection
43# Teensy halfKay 512 43# Teensy halfkay
44# Teensy++ halfKay 1024 44# Pro Micro caterina
45# Atmel DFU loader 4096 45# Atmel DFU atmel-dfu
46# LUFA bootloader 4096 46# LUFA DFU lufa-dfu
47# USBaspLoader 2048 47# QMK DFU qmk-dfu
48OPT_DEFS += -DBOOTLOADER_SIZE=4096 48# atmega32a bootloadHID
49BOOTLOADER = atmel-dfu
50
51
52# If you don't know the bootloader type, then you can specify the
53# Boot Section Size in *bytes* by uncommenting out the OPT_DEFS line
54# Teensy halfKay 512
55# Teensy++ halfKay 1024
56# Atmel DFU loader 4096
57# LUFA bootloader 4096
58# USBaspLoader 2048
59# OPT_DEFS += -DBOOTLOADER_SIZE=4096
49 60
50 61
51# Build Options 62# Build Options