Fix up via keymap builds. (#20397)
This commit is contained in:
		
							parent
							
								
									15e5a586c1
								
							
						
					
					
						commit
						f8d70116cc
					
				| @ -101,13 +101,13 @@ keyevent_t encoder_left_ccw = { | |||||||
| 
 | 
 | ||||||
| keyevent_t encoder_left_cw = { | keyevent_t encoder_left_cw = { | ||||||
|     .key = (keypos_t){.row = 5, .col = 1}, |     .key = (keypos_t){.row = 5, .col = 1}, | ||||||
|     .pressed = false |     .pressed = false, | ||||||
| 	.type = KEY_EVENT | 	.type = KEY_EVENT | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| keyevent_t encoder_right_ccw = { | keyevent_t encoder_right_ccw = { | ||||||
|     .key = (keypos_t){.row = 5, .col = 2}, |     .key = (keypos_t){.row = 5, .col = 2}, | ||||||
|     .pressed = false |     .pressed = false, | ||||||
| 	.type = KEY_EVENT | 	.type = KEY_EVENT | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user