Browse Source

Change Lufa-MS size (#13183)

Co-authored-by: Drashna Jaelre <drashna@live.com>
pull/13215/head 0.13.7
kb-elmo 2 years ago
committed by GitHub
parent
commit
4720aa4a34
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 1 deletions
  1. +1
    -1
      bootloader.mk
  2. +3
    -0
      keyboards/gray_studio/cod67/rules.mk
  3. +3
    -0
      keyboards/tada68/rules.mk

+ 1
- 1
bootloader.mk View File

@ -90,7 +90,7 @@ ifeq ($(strip $(BOOTLOADER)), USBasp)
endif endif
ifeq ($(strip $(BOOTLOADER)), lufa-ms) ifeq ($(strip $(BOOTLOADER)), lufa-ms)
OPT_DEFS += -DBOOTLOADER_MS OPT_DEFS += -DBOOTLOADER_MS
BOOTLOADER_SIZE = 6144
BOOTLOADER_SIZE ?= 8192
FIRMWARE_FORMAT = bin FIRMWARE_FORMAT = bin
cpfirmware: lufa_warning cpfirmware: lufa_warning
.INTERMEDIATE: lufa_warning .INTERMEDIATE: lufa_warning


+ 3
- 0
keyboards/gray_studio/cod67/rules.mk View File

@ -11,6 +11,9 @@ MCU = atmega32u4
# ATmega328P USBasp # ATmega328P USBasp
BOOTLOADER = lufa-ms BOOTLOADER = lufa-ms
# This board uses the older unsafe 6k version of lufa-ms
BOOTLOADER_SIZE = 6144
# Build Options # Build Options
# change yes to no to disable # change yes to no to disable
# #


+ 3
- 0
keyboards/tada68/rules.mk View File

@ -11,6 +11,9 @@ MCU = atmega32u4
# ATmega328P USBasp # ATmega328P USBasp
BOOTLOADER = lufa-ms BOOTLOADER = lufa-ms
# This board uses the older unsafe 6k version of lufa-ms
BOOTLOADER_SIZE = 6144
# Build Options # Build Options
# change yes to no to disable # change yes to no to disable
# #


Loading…
Cancel
Save