Initial migration of software PWM backlight (#6709)
* Initial migration of software PWM backlight * First pass at backlight driver docs * Correct driver name in docs * Run backlight_task when using BACKLIGHT_PINS * Resolve backlight docs TODOs
This commit is contained in:
		
							parent
							
								
									ff8d436946
								
							
						
					
					
						commit
						4531cc874e
					
				
					 6 changed files with 173 additions and 61 deletions
				
			
		| 
						 | 
				
			
			@ -981,7 +981,7 @@ void matrix_scan_quantum() {
 | 
			
		|||
#if defined(BACKLIGHT_ENABLE)
 | 
			
		||||
#    if defined(LED_MATRIX_ENABLE)
 | 
			
		||||
    led_matrix_task();
 | 
			
		||||
#    elif defined(BACKLIGHT_PIN)
 | 
			
		||||
#    elif defined(BACKLIGHT_PIN) || defined(BACKLIGHT_PINS)
 | 
			
		||||
    backlight_task();
 | 
			
		||||
#    endif
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue