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
This commit is contained in:
		@@ -3,6 +3,7 @@ MCU = atmega32u4
 | 
			
		||||
 | 
			
		||||
# Bootloader selection
 | 
			
		||||
BOOTLOADER = lufa-ms
 | 
			
		||||
BOOTLOADER_SIZE = 6144
 | 
			
		||||
 | 
			
		||||
# Build Options
 | 
			
		||||
#   change yes to no to disable
 | 
			
		||||
 
 | 
			
		||||
@@ -3,6 +3,7 @@ MCU = atmega32u4
 | 
			
		||||
 | 
			
		||||
# Bootloader selection
 | 
			
		||||
BOOTLOADER = lufa-ms
 | 
			
		||||
BOOTLOADER_SIZE = 6144
 | 
			
		||||
 | 
			
		||||
# Build Options
 | 
			
		||||
#   change yes to no to disable
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user