mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 13:22:31 +01:00 
			
		
		
		
	lets_split: Fix matrix_init for ROW2COL
Signed-off-by: Marian Rusu <rusumarian91@gmail.com>
This commit is contained in:
		
							parent
							
								
									43edc83998
								
							
						
					
					
						commit
						3f1aab0c2e
					
				| @ -128,8 +128,13 @@ void matrix_init(void) | |||||||
|     debug_matrix = true; |     debug_matrix = true; | ||||||
|     debug_mouse = true; |     debug_mouse = true; | ||||||
|     // initialize row and col
 |     // initialize row and col
 | ||||||
|  | #if (DIODE_DIRECTION == COL2ROW) | ||||||
|     unselect_rows(); |     unselect_rows(); | ||||||
|     init_cols(); |     init_cols(); | ||||||
|  | #elif (DIODE_DIRECTION == ROW2COL) | ||||||
|  |     unselect_cols(); | ||||||
|  |     init_rows(); | ||||||
|  | #endif | ||||||
| 
 | 
 | ||||||
|     TX_RX_LED_INIT; |     TX_RX_LED_INIT; | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Marian Rusu
						Marian Rusu