summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/gray_studio/cod67/rules.mk3
-rwxr-xr-xkeyboards/tada68/rules.mk3
2 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/gray_studio/cod67/rules.mk b/keyboards/gray_studio/cod67/rules.mk
index 129bd624cc..2e066d9915 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 a7c3cf1e35..47fdba5554 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
#