forked from mirrors/qmk_userspace
		
	Fix right half of Nyquist in 4x12 mode having row shifted up by one (#14914)
This commit is contained in:
		
					parent
					
						
							
								3979137995
							
						
					
				
			
			
				commit
				
					
						1e13d07cac
					
				
			
		
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -42,10 +42,12 @@
 | 
			
		|||
		{ L10, L11, L12, L13, L14, L15 }, \
 | 
			
		||||
		{ L20, L21, L22, L23, L24, L25 }, \
 | 
			
		||||
		{ L30, L31, L32, L33, L34, L35 }, \
 | 
			
		||||
		{ KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO }, \
 | 
			
		||||
		{ R00, R01, R02, R03, R04, R05 }, \
 | 
			
		||||
		{ R10, R11, R12, R13, R14, R15 }, \
 | 
			
		||||
		{ R20, R21, R22, R23, R24, R25 }, \
 | 
			
		||||
		{ R30, R31, R32, R33, R34, R35 } \
 | 
			
		||||
		{ R30, R31, R32, R33, R34, R35 }, \
 | 
			
		||||
		{ KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO } \
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
#define LAYOUT_ortho_5x12 LAYOUT
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue