mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-03 23:02:34 +01:00 
			
		
		
		
	katana60: fix bootloader size to work with PCB
Fix the bootloader size so the `RESET` key actually resets to the bootloader instead of just restarting the boards.
This commit is contained in:
		
							parent
							
								
									13d288116f
								
							
						
					
					
						commit
						86225ccc9b
					
				@ -45,7 +45,7 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
 | 
				
			|||||||
#   Atmel DFU loader 4096
 | 
					#   Atmel DFU loader 4096
 | 
				
			||||||
#   LUFA bootloader  4096
 | 
					#   LUFA bootloader  4096
 | 
				
			||||||
#   USBaspLoader     2048
 | 
					#   USBaspLoader     2048
 | 
				
			||||||
OPT_DEFS += -DBOOTLOADER_SIZE=512
 | 
					OPT_DEFS += -DBOOTLOADER_SIZE=4096
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Build Options
 | 
					# Build Options
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user