mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 13:22:31 +01:00 
			
		
		
		
	[alphadox] remove tmk reset code
This commit is contained in:
		
							parent
							
								
									e2916f8ab1
								
							
						
					
					
						commit
						427ea7a889
					
				| @ -39,11 +39,6 @@ const uint16_t PROGMEM fn_actions[] = { | ||||
| const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { | ||||
|   switch(id) { | ||||
|     case TEENSY: | ||||
|       clear_keyboard(); | ||||
|       print("\n\nJump to bootloader... "); | ||||
|       _delay_ms(250); | ||||
|       bootloader_jump(); // should not return
 | ||||
|       print("not supported.\n"); | ||||
|       break; | ||||
|   } | ||||
|   return MACRO_NONE; | ||||
|  | ||||
| @ -79,11 +79,6 @@ const uint16_t PROGMEM fn_actions[] = { | ||||
| const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { | ||||
|   switch(id) { | ||||
|     case TEENSY: | ||||
|       clear_keyboard(); | ||||
|       print("\n\nJump to bootloader... "); | ||||
|       _delay_ms(250); | ||||
|       bootloader_jump(); // should not return
 | ||||
|       print("not supported.\n"); | ||||
|       break; | ||||
|   } | ||||
|   return MACRO_NONE; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Alpha Chen
						Alpha Chen