~ruther/qmk_firmware

4720aa4a34d553ce1ab64b686f851be35534468d — kb-elmo 4 years ago ed0451b
Change Lufa-MS size (#13183)

Co-authored-by: Drashna Jaelre <drashna@live.com>
3 files changed, 7 insertions(+), 1 deletions(-)

M bootloader.mk
M keyboards/gray_studio/cod67/rules.mk
M keyboards/tada68/rules.mk
M bootloader.mk => bootloader.mk +1 -1
@@ 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

M keyboards/gray_studio/cod67/rules.mk => keyboards/gray_studio/cod67/rules.mk +3 -0
@@ 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
#

M keyboards/tada68/rules.mk => keyboards/tada68/rules.mk +3 -0
@@ 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
#