forked from mirrors/qmk_userspace
		
	Update feature_split_keyboard.md to add extra detail about left and right matrices. (#17492)
This commit is contained in:
		
					parent
					
						
							
								dcdc7290e5
							
						
					
				
			
			
				commit
				
					
						1204cbb7ea
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -370,7 +370,7 @@ There are some settings that you may need to configure, based on how the hardwar
 | 
				
			||||||
#define MATRIX_COL_PINS_RIGHT { <col pins> }
 | 
					#define MATRIX_COL_PINS_RIGHT { <col pins> }
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This allows you to specify a different set of pins for the matrix on the right side.  This is useful if you have a board with differently-shaped halves that requires a different configuration (such as Keebio's Quefrency).
 | 
					This allows you to specify a different set of pins for the matrix on the right side.  This is useful if you have a board with differently-shaped halves that requires a different configuration (such as Keebio's Quefrency). The number of pins in the right and left matrices must be the same, if you have a board with a different number of rows or columns on one side, pad out the extra spaces with `NO_PIN` and make sure you add the unused rows or columns to your matrix.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```c
 | 
					```c
 | 
				
			||||||
#define DIRECT_PINS_RIGHT { { F1, F0, B0, C7 }, { F4, F5, F6, F7 } }
 | 
					#define DIRECT_PINS_RIGHT { { F1, F0, B0, C7 }, { F4, F5, F6, F7 } }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue