Update GPIO API usage in keyboard code (#23361)
This commit is contained in:
		
							parent
							
								
									5426a7a129
								
							
						
					
					
						commit
						d09a06a1b3
					
				
					 390 changed files with 3912 additions and 3913 deletions
				
			
		| 
						 | 
				
			
			@ -21,7 +21,7 @@ uint16_t          dpi_array[] = GLIDEPOINT_DPI_OPTIONS;
 | 
			
		|||
void board_init(void) {
 | 
			
		||||
    // B9 is configured as I2C1_SDA in the board file; that function must be
 | 
			
		||||
    // disabled before using B7 as I2C1_SDA.
 | 
			
		||||
    setPinInputHigh(B9);
 | 
			
		||||
    gpio_set_pin_input_high(B9);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#ifdef DYNAMIC_TAPPING_TERM_ENABLE
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue