Remove matrix_key_count() (#16603)
				
					
				
			* Remove `matrix_key_count()` * Remove `matrix_bitpop()`
This commit is contained in:
		
							parent
							
								
									dc8db6551d
								
							
						
					
					
						commit
						bd70f5261c
					
				
					 51 changed files with 4 additions and 527 deletions
				
			
		| 
						 | 
				
			
			@ -111,15 +111,6 @@ void matrix_print(void)
 | 
			
		|||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
uint8_t matrix_key_count(void)
 | 
			
		||||
{
 | 
			
		||||
  uint8_t count = 0;
 | 
			
		||||
  for (uint8_t i = 0; i < matrix_rows(); i++) {
 | 
			
		||||
    count += bitpop16(matrix_get_row(i));
 | 
			
		||||
  }
 | 
			
		||||
  return count;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static matrix_row_t read_cols(void)
 | 
			
		||||
{
 | 
			
		||||
  return
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue