[Keyboard] owl8 bugfix (#14020)
This commit is contained in:
		
							parent
							
								
									d0b1d9f548
								
							
						
					
					
						commit
						46f15cd1a5
					
				
					 3 changed files with 12 additions and 18 deletions
				
			
		| 
						 | 
				
			
			@ -51,22 +51,22 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		|||
};
 | 
			
		||||
 | 
			
		||||
keyevent_t encoder1_ccw = {
 | 
			
		||||
    .key = (keypos_t){.row = 3, .col = 1},
 | 
			
		||||
    .key = (keypos_t){.row = 0, .col = 12},
 | 
			
		||||
    .pressed = false
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
keyevent_t encoder1_cw = {
 | 
			
		||||
    .key = (keypos_t){.row = 3, .col = 0},
 | 
			
		||||
    .key = (keypos_t){.row = 0, .col = 13},
 | 
			
		||||
    .pressed = false
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
keyevent_t encoder2_ccw = {
 | 
			
		||||
    .key = (keypos_t){.row = 3, .col = 3},
 | 
			
		||||
    .key = (keypos_t){.row = 0, .col = 14},
 | 
			
		||||
    .pressed = false
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
keyevent_t encoder2_cw = {
 | 
			
		||||
    .key = (keypos_t){.row = 3, .col = 2},
 | 
			
		||||
    .key = (keypos_t){.row = 0, .col = 15},
 | 
			
		||||
    .pressed = false
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue