Skip to content

Commit

Permalink
Change Lufa-MS size (#13183)
Browse files Browse the repository at this point in the history
Co-authored-by: Drashna Jaelre <[email protected]>
  • Loading branch information
str-dst and drashna authored Jun 16, 2021
1 parent ed0451b commit 4720aa4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bootloader.mk
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ifeq ($(strip $(BOOTLOADER)), USBasp)
endif
ifeq ($(strip $(BOOTLOADER)), lufa-ms)
OPT_DEFS += -DBOOTLOADER_MS
BOOTLOADER_SIZE = 6144
BOOTLOADER_SIZE ?= 8192
FIRMWARE_FORMAT = bin
cpfirmware: lufa_warning
.INTERMEDIATE: lufa_warning
Expand Down
3 changes: 3 additions & 0 deletions keyboards/gray_studio/cod67/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ MCU = atmega32u4
# ATmega328P USBasp
BOOTLOADER = lufa-ms

# This board uses the older unsafe 6k version of lufa-ms
BOOTLOADER_SIZE = 6144

# Build Options
# change yes to no to disable
#
Expand Down
3 changes: 3 additions & 0 deletions keyboards/tada68/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ MCU = atmega32u4
# ATmega328P USBasp
BOOTLOADER = lufa-ms

# This board uses the older unsafe 6k version of lufa-ms
BOOTLOADER_SIZE = 6144

# Build Options
# change yes to no to disable
#
Expand Down

0 comments on commit 4720aa4

Please sign in to comment.