[Keyboard] Fix Compile issues for lefty (#14982)
This commit is contained in:
		
							parent
							
								
									736d9fa538
								
							
						
					
					
						commit
						70e396e882
					
				
					 4 changed files with 30 additions and 31 deletions
				
			
		| 
						 | 
				
			
			@ -39,27 +39,26 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		|||
),
 | 
			
		||||
 | 
			
		||||
[_LOWER] = LAYOUT_all(
 | 
			
		||||
		____, ____, ____, ____, ____, ____, ____, ____,
 | 
			
		||||
		____, ____, ____, ____, ____, ____, ____,
 | 
			
		||||
		____, ____, ____, ____, ____, ____, ____,
 | 
			
		||||
		      ____, ____, ____, ____, ____, ____,
 | 
			
		||||
		      ____,       ____, ____,       ____
 | 
			
		||||
		_______, _______, _______, _______, _______, _______, _______, _______,
 | 
			
		||||
		_______, _______, _______, _______, _______, _______, _______,
 | 
			
		||||
		_______, _______, _______, _______, _______, _______, _______,
 | 
			
		||||
		      _______, _______, _______, _______, _______, _______,
 | 
			
		||||
		      _______,       _______, _______,       _______
 | 
			
		||||
),
 | 
			
		||||
 | 
			
		||||
[_RAISE] = LAYOUT_all(
 | 
			
		||||
		____, ____, ____, ____, ____, ____, ____, ____,
 | 
			
		||||
		____, ____, ____, ____, ____, ____, ____,
 | 
			
		||||
		____, ____, ____, ____, ____, ____, ____,
 | 
			
		||||
		      ____, ____, ____, ____, ____, ____,
 | 
			
		||||
		      ____,       ____, ____,       ____
 | 
			
		||||
		_______, _______, _______, _______, _______, _______, _______, _______,
 | 
			
		||||
		_______, _______, _______, _______, _______, _______, _______,
 | 
			
		||||
		_______, _______, _______, _______, _______, _______, _______,
 | 
			
		||||
		      _______, _______, _______, _______, _______, _______,
 | 
			
		||||
		      _______,       _______, _______,       _______
 | 
			
		||||
),
 | 
			
		||||
 | 
			
		||||
[_SPECIAL] = LAYOUT_all(
 | 
			
		||||
		____, ____, ____, ____, ____, ____, ____, ____,
 | 
			
		||||
		____, ____, ____, ____, ____, ____, ____,
 | 
			
		||||
		____, ____, ____, ____, ____, ____, ____,
 | 
			
		||||
		      ____, ____, ____, ____, ____, ____,
 | 
			
		||||
		      ____,       ____, ____,       ____
 | 
			
		||||
		_______, _______, _______, _______, _______, _______, _______, _______,
 | 
			
		||||
		_______, _______, _______, _______, _______, _______, _______,
 | 
			
		||||
		_______, _______, _______, _______, _______, _______, _______,
 | 
			
		||||
		      _______, _______, _______, _______, _______, _______,
 | 
			
		||||
		      _______,       _______, _______,       _______
 | 
			
		||||
)
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue