forked from mfulz_github/qmk_firmware
		
	Fix inconsistent MATRIX_COLS: basekeys/slice (#9022)
This commit is contained in:
		
							parent
							
								
									ae5f7365ea
								
							
						
					
					
						commit
						7a6e52b5d8
					
				@ -28,7 +28,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/* key matrix size */
 | 
					/* key matrix size */
 | 
				
			||||||
#define MATRIX_ROWS 10
 | 
					#define MATRIX_ROWS 10
 | 
				
			||||||
#define MATRIX_COLS 18
 | 
					#define MATRIX_COLS 9
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// wiring of each half
 | 
					// wiring of each half
 | 
				
			||||||
#define MATRIX_ROW_PINS { D4, C6, D7, E6, B4 }
 | 
					#define MATRIX_ROW_PINS { D4, C6, D7, E6, B4 }
 | 
				
			||||||
 | 
				
			|||||||
@ -28,7 +28,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/* key matrix size */
 | 
					/* key matrix size */
 | 
				
			||||||
#define MATRIX_ROWS 10
 | 
					#define MATRIX_ROWS 10
 | 
				
			||||||
#define MATRIX_COLS 18
 | 
					#define MATRIX_COLS 9
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// wiring of each half
 | 
					// wiring of each half
 | 
				
			||||||
#define MATRIX_ROW_PINS { D4, C6, D7, E6, B4 }
 | 
					#define MATRIX_ROW_PINS { D4, C6, D7, E6, B4 }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user