mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-03 23:02:34 +01:00 
			
		
		
		
	Added command to turn LED indicators off while sleeping
This commit is contained in:
		
							parent
							
								
									577971ab07
								
							
						
					
					
						commit
						a70f439672
					
				@ -66,9 +66,12 @@ static void power_down(uint8_t wdto)
 | 
			
		||||
    wdt_intr_enable(wdto);
 | 
			
		||||
 | 
			
		||||
#ifdef BACKLIGHT_ENABLE
 | 
			
		||||
backlight_set(0);
 | 
			
		||||
	backlight_set(0);
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
	// Turn off LED indicators
 | 
			
		||||
	led_set(0);
 | 
			
		||||
 | 
			
		||||
    // TODO: more power saving
 | 
			
		||||
    // See PicoPower application note
 | 
			
		||||
    // - I/O port input with pullup
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user