LED drivers: add support for shutdown pin (#23058)
* LED drivers: add support for shutdown pin * Update candidate boards
This commit is contained in:
		
							parent
							
								
									0b7df03ab7
								
							
						
					
					
						commit
						a9f1105f98
					
				
					 63 changed files with 164 additions and 159 deletions
				
			
		| 
						 | 
				
			
			@ -17,3 +17,4 @@
 | 
			
		|||
#pragma once
 | 
			
		||||
 | 
			
		||||
#define IS31FL3741_I2C_ADDRESS_1 IS31FL3741_I2C_ADDRESS_GND
 | 
			
		||||
#define IS31FL3741_SDB_PIN B7
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -151,11 +151,4 @@ void matrix_init_kb(void) {
 | 
			
		|||
 | 
			
		||||
    matrix_init_user();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
void keyboard_pre_init_kb(void) {
 | 
			
		||||
    setPinOutput(B7);
 | 
			
		||||
    writePinHigh(B7);
 | 
			
		||||
    keyboard_pre_init_user();
 | 
			
		||||
}
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue