* Add Iron165 * CannonKeys new boards and cleanup * Tmo50 info json * Update readme for TMOv2 * update via keymap tmo * info json again * Apply suggestions from code review Co-Authored-By: Drashna Jaelre <drashna@live.com> * Address PR comments * More changes for rules files cleanup * info.json fixed? * Fix Savage65 matrix * Apply suggestions from code review Thanks noroadsleft for the improvements! Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Bump eeprom version * Apply suggestions from code review Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			373 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			373 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* Address for jumping to bootloader on STM32 chips. */
 | 
						|
/* It is chip dependent, the correct number can be looked up here (page 175):
 | 
						|
 * http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf
 | 
						|
 * This also requires a patch to chibios:
 | 
						|
 *  <tmk_dir>/tmk_core/tool/chibios/ch-bootloader-jump.patch
 | 
						|
 */
 | 
						|
#define STM32_BOOTLOADER_ADDRESS 0x1FFFC800
 |