Migrate DIRECT_PINS to data driven (#19826)
				
					
				
			This commit is contained in:
		
							parent
							
								
									0b796b91a3
								
							
						
					
					
						commit
						2cdf99ae95
					
				
					 158 changed files with 560 additions and 1197 deletions
				
			
		| 
						 | 
				
			
			@ -5,15 +5,5 @@
 | 
			
		|||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
/* key matrix size */
 | 
			
		||||
#define MATRIX_ROWS 2
 | 
			
		||||
#define MATRIX_COLS 4
 | 
			
		||||
 | 
			
		||||
/* key matrix pins */
 | 
			
		||||
#define DIRECT_PINS {   \
 | 
			
		||||
    { D7, C6, D4, D1 }, \
 | 
			
		||||
    { B1, B4, B5, B3 }  \
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#define ENCODERS_PAD_A { D2, F7 }
 | 
			
		||||
#define ENCODERS_PAD_B { D3, F6 }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue