From 4720aa4a34d553ce1ab64b686f851be35534468d Mon Sep 17 00:00:00 2001 From: kb-elmo Date: Wed, 16 Jun 2021 06:28:17 +0200 Subject: [PATCH] Change Lufa-MS size (#13183) Co-authored-by: Drashna Jaelre --- bootloader.mk | 2 +- keyboards/gray_studio/cod67/rules.mk | 3 +++ keyboards/tada68/rules.mk | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bootloader.mk b/bootloader.mk index 79d3c3d72ab28fe5e9286a25b88e26bf1834b2cf..4f2d69d9985a29b58c9d55a3c2e4d26625e44908 100644 --- a/bootloader.mk +++ b/bootloader.mk @@ -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 diff --git a/keyboards/gray_studio/cod67/rules.mk b/keyboards/gray_studio/cod67/rules.mk index 129bd624cce0f062aaffb7a454eaf41047a210da..2e066d99150e1c7ed93dffb94f2a681588e24952 100644 --- a/keyboards/gray_studio/cod67/rules.mk +++ b/keyboards/gray_studio/cod67/rules.mk @@ -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 # diff --git a/keyboards/tada68/rules.mk b/keyboards/tada68/rules.mk index a7c3cf1e35795c0e6bd15fdaaad5cade621bca65..47fdba5554d9b8a5837ccf5cf074dfe98710bcdf 100755 --- a/keyboards/tada68/rules.mk +++ b/keyboards/tada68/rules.mk @@ -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 #