File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,13 @@ ifeq ($(strip $(BOOTLOADER)), USBasp)
82
82
OPT_DEFS += -DBOOTLOADER_USBASP
83
83
BOOTLOADER_SIZE = 4096
84
84
endif
85
+ ifeq ($(strip $(BOOTLOADER ) ) , lufa-ms)
86
+ # DO NOT USE THIS BOOTLOADER IN NEW PROJECTS!
87
+ # It is extremely prone to bricking, and is only included to support existing boards.
88
+ OPT_DEFS += -DBOOTLOADER_MS
89
+ BOOTLOADER_SIZE = 6144
90
+ FIRMWARE_FORMAT = bin
91
+ endif
85
92
86
93
ifdef BOOTLOADER_SIZE
87
94
OPT_DEFS += -DBOOTLOADER_SIZE=$(strip $(BOOTLOADER_SIZE ) )
Original file line number Diff line number Diff line change @@ -9,10 +9,7 @@ MCU = atmega32u4
9
9
# QMK DFU qmk-dfu
10
10
# ATmega32A bootloadHID
11
11
# ATmega328P USBasp
12
- BOOTLOADER = atmel-dfu # actually lufa-ms
13
-
14
- # Mass storage bootloader on the COD67 uses bin files
15
- FIRMWARE_FORMAT = bin
12
+ BOOTLOADER = lufa-ms
16
13
17
14
# Build Options
18
15
# change yes to no to disable
Original file line number Diff line number Diff line change @@ -9,10 +9,7 @@ MCU = atmega32u4
9
9
# QMK DFU qmk-dfu
10
10
# ATmega32A bootloadHID
11
11
# ATmega328P USBasp
12
- BOOTLOADER = atmel-dfu # actually lufa-ms
13
-
14
- # Mass storage bootloader on the tada68 uses bin files
15
- FIRMWARE_FORMAT = bin
12
+ BOOTLOADER = lufa-ms
16
13
17
14
# Build Options
18
15
# comment out to disable the options.
You can’t perform that action at this time.
0 commit comments