Remove matrix_init_quantum/matrix_scan_quantum (#19806)
This commit is contained in:
		
							parent
							
								
									9991894514
								
							
						
					
					
						commit
						11d49d00e7
					
				
					 76 changed files with 148 additions and 319 deletions
				
			
		| 
						 | 
				
			
			@ -77,14 +77,14 @@ void matrix_init(void) {
 | 
			
		|||
  i2c_set_keyscan_interval(RIGHT, 2);
 | 
			
		||||
  memset(rows, 0, sizeof(rows));
 | 
			
		||||
 | 
			
		||||
  matrix_init_quantum();
 | 
			
		||||
  matrix_init_kb();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
uint8_t matrix_scan(void) {
 | 
			
		||||
  uint8_t ret = 0;
 | 
			
		||||
  ret |= i2c_read_hand(LEFT);
 | 
			
		||||
  ret |= i2c_read_hand(RIGHT);
 | 
			
		||||
  matrix_scan_quantum();
 | 
			
		||||
  matrix_scan_kb();
 | 
			
		||||
  return ret;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue