Move matrix config to info.json, part 8 (#20030)
This commit is contained in:
		
							parent
							
								
									4b1f0e8daa
								
							
						
					
					
						commit
						1022afa6c2
					
				
					 536 changed files with 1507 additions and 3196 deletions
				
			
		| 
						 | 
				
			
			@ -3,25 +3,7 @@
 | 
			
		|||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Keyboard Matrix Assignments
 | 
			
		||||
 *
 | 
			
		||||
 * Change this to how you wired your keyboard
 | 
			
		||||
 * COLS: AVR pins used for columns, left to right
 | 
			
		||||
 * ROWS: AVR pins used for rows, top to bottom
 | 
			
		||||
 * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
 | 
			
		||||
 *                  ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
#define MASTER_RIGHT
 | 
			
		||||
#define MATRIX_ROW_PINS { F4, D3, F6, F7, B1, B3 }
 | 
			
		||||
#define MATRIX_COL_PINS { F5, B2, B5, D7, B4, B6, E6, D4 }
 | 
			
		||||
#define MATRIX_ROW_PINS_RIGHT { F4, B2, F6, F7, B1, B3 }
 | 
			
		||||
#define MATRIX_COL_PINS_RIGHT { F5, D3, B5, D7, B4, B6, E6, C6 }
 | 
			
		||||
 | 
			
		||||
/* COL2ROW, ROW2COL */
 | 
			
		||||
#define DIODE_DIRECTION COL2ROW
 | 
			
		||||
 | 
			
		||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
 | 
			
		||||
#define LOCKING_SUPPORT_ENABLE
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue