diff options
author | kb-elmo <lorwel@mailbox.org> | 2021-06-16 06:28:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-15 21:28:17 -0700 |
commit | 4720aa4a34d553ce1ab64b686f851be35534468d (patch) | |
tree | db89a7c5e2d702f6f85364a7040af117494b439e /keyboards/tada68 | |
parent | ed0451bc28dc5ffcc3031bf9918a25e9fb8db2f7 (diff) | |
download | qmk_firmware-4720aa4a34d553ce1ab64b686f851be35534468d.tar.gz qmk_firmware-4720aa4a34d553ce1ab64b686f851be35534468d.zip |
Change Lufa-MS size (#13183)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/tada68')
-rwxr-xr-x | keyboards/tada68/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
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 # |