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 /keyboards/dztech/dz60rgb/v2_1/rules.mk | |
parent | e6e4ec6267bef6ea571338968cd614eb5e8b7ea2 (diff) |
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
Diffstat (limited to 'keyboards/dztech/dz60rgb/v2_1/rules.mk')
-rw-r--r-- | keyboards/dztech/dz60rgb/v2_1/rules.mk | 1 |
1 files changed, 1 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 |