summaryrefslogtreecommitdiff
path: root/keyboards/dztech
diff options
context:
space:
mode:
authordatafx <2432997+datafx@users.noreply.github.com>2021-07-26 20:07:29 -0400
committerGitHub <noreply@github.com>2021-07-27 10:07:29 +1000
commitb1c5a53a68ca8a304e7739467f2793c223853f68 (patch)
treec59ac67e2987b8838d49e3a9bbd789dc1d24d581 /keyboards/dztech
parente6e4ec6267bef6ea571338968cd614eb5e8b7ea2 (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')
-rw-r--r--keyboards/dztech/dz60rgb/v2_1/rules.mk1
-rwxr-xr-xkeyboards/dztech/dz65rgb/v3/rules.mk1
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