aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkb-elmo <lorwel@mailbox.org>2021-06-16 06:28:17 +0200
committerGitHub <noreply@github.com>2021-06-15 21:28:17 -0700
commit4720aa4a34d553ce1ab64b686f851be35534468d (patch)
treedb89a7c5e2d702f6f85364a7040af117494b439e
parented0451bc28dc5ffcc3031bf9918a25e9fb8db2f7 (diff)
downloadqmk_firmware-4720aa4a34d553ce1ab64b686f851be35534468d.tar.gz
qmk_firmware-4720aa4a34d553ce1ab64b686f851be35534468d.zip
Change Lufa-MS size (#13183)
Co-authored-by: Drashna Jaelre <drashna@live.com>
-rw-r--r--bootloader.mk2
-rw-r--r--keyboards/gray_studio/cod67/rules.mk3
-rwxr-xr-xkeyboards/tada68/rules.mk3
3 files changed, 7 insertions, 1 deletions
diff --git a/bootloader.mk b/bootloader.mk
index 79d3c3d72..4f2d69d99 100644
--- a/bootloader.mk
+++ b/bootloader.mk
@@ -90,7 +90,7 @@ ifeq ($(strip $(BOOTLOADER)), USBasp)
90endif 90endif
91ifeq ($(strip $(BOOTLOADER)), lufa-ms) 91ifeq ($(strip $(BOOTLOADER)), lufa-ms)
92 OPT_DEFS += -DBOOTLOADER_MS 92 OPT_DEFS += -DBOOTLOADER_MS
93 BOOTLOADER_SIZE = 6144 93 BOOTLOADER_SIZE ?= 8192
94 FIRMWARE_FORMAT = bin 94 FIRMWARE_FORMAT = bin
95cpfirmware: lufa_warning 95cpfirmware: lufa_warning
96.INTERMEDIATE: lufa_warning 96.INTERMEDIATE: lufa_warning
diff --git a/keyboards/gray_studio/cod67/rules.mk b/keyboards/gray_studio/cod67/rules.mk
index 129bd624c..2e066d991 100644
--- a/keyboards/gray_studio/cod67/rules.mk
+++ b/keyboards/gray_studio/cod67/rules.mk
@@ -11,6 +11,9 @@ MCU = atmega32u4
11# ATmega328P USBasp 11# ATmega328P USBasp
12BOOTLOADER = lufa-ms 12BOOTLOADER = lufa-ms
13 13
14# This board uses the older unsafe 6k version of lufa-ms
15BOOTLOADER_SIZE = 6144
16
14# Build Options 17# Build Options
15# change yes to no to disable 18# change yes to no to disable
16# 19#
diff --git a/keyboards/tada68/rules.mk b/keyboards/tada68/rules.mk
index a7c3cf1e3..47fdba555 100755
--- a/keyboards/tada68/rules.mk
+++ b/keyboards/tada68/rules.mk
@@ -11,6 +11,9 @@ MCU = atmega32u4
11# ATmega328P USBasp 11# ATmega328P USBasp
12BOOTLOADER = lufa-ms 12BOOTLOADER = lufa-ms
13 13
14# This board uses the older unsafe 6k version of lufa-ms
15BOOTLOADER_SIZE = 6144
16
14# Build Options 17# Build Options
15# change yes to no to disable 18# change yes to no to disable
16# 19#