diff options
author | datafx <2432997+datafx@users.noreply.github.com> | 2021-07-26 20:07:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 10:07:29 +1000 |
commit | b1c5a53a68ca8a304e7739467f2793c223853f68 (patch) | |
tree | c59ac67e2987b8838d49e3a9bbd789dc1d24d581 | |
parent | e6e4ec6267bef6ea571338968cd614eb5e8b7ea2 (diff) | |
download | qmk_firmware-b1c5a53a68ca8a304e7739467f2793c223853f68.tar.gz qmk_firmware-b1c5a53a68ca8a304e7739467f2793c223853f68.zip |
Add bootloader size (#13729)
* Add bootloader size
Bootloader size needs to be 6144 to allow QMK to jump to the correct location with bootmagic
* Include dz60rgb v2.1
Add boot loader size to this pcb also
-rw-r--r-- | keyboards/dztech/dz60rgb/v2_1/rules.mk | 1 | ||||
-rwxr-xr-x | keyboards/dztech/dz65rgb/v3/rules.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/dztech/dz60rgb/v2_1/rules.mk b/keyboards/dztech/dz60rgb/v2_1/rules.mk index 7fdadb18dc..d8d17811c8 100644 --- a/keyboards/dztech/dz60rgb/v2_1/rules.mk +++ b/keyboards/dztech/dz60rgb/v2_1/rules.mk @@ -3,6 +3,7 @@ MCU = atmega32u4 # Bootloader selection BOOTLOADER = lufa-ms +BOOTLOADER_SIZE = 6144 # Build Options # change yes to no to disable diff --git a/keyboards/dztech/dz65rgb/v3/rules.mk b/keyboards/dztech/dz65rgb/v3/rules.mk index ace821a327..10a6be57fb 100755 --- a/keyboards/dztech/dz65rgb/v3/rules.mk +++ b/keyboards/dztech/dz65rgb/v3/rules.mk @@ -3,6 +3,7 @@ MCU = atmega32u4 # Bootloader selection BOOTLOADER = lufa-ms +BOOTLOADER_SIZE = 6144 # Build Options # change yes to no to disable |