mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-03 23:02:34 +01:00 
			
		
		
		
	core: Fix lufa suspend callback(#234)
With matrix_power_down() in suspend event HHKB JP doesn't start up for some reason. It is unneeded in actual and removed.
This commit is contained in:
		
							parent
							
								
									d4220ac9f3
								
							
						
					
					
						commit
						35203cad6a
					
				@ -179,7 +179,6 @@ void EVENT_USB_Device_Reset(void)
 | 
				
			|||||||
void EVENT_USB_Device_Suspend()
 | 
					void EVENT_USB_Device_Suspend()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    print("[S]");
 | 
					    print("[S]");
 | 
				
			||||||
    matrix_power_down();
 | 
					 | 
				
			||||||
#ifdef SLEEP_LED_ENABLE
 | 
					#ifdef SLEEP_LED_ENABLE
 | 
				
			||||||
    sleep_led_enable();
 | 
					    sleep_led_enable();
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user