From b1c5a53a68ca8a304e7739467f2793c223853f68 Mon Sep 17 00:00:00 2001 From: datafx <2432997+datafx@users.noreply.github.com> Date: Mon, 26 Jul 2021 20:07:29 -0400 Subject: 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 --- keyboards/dztech/dz60rgb/v2_1/rules.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'keyboards/dztech/dz60rgb') 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 -- cgit v1.2.3