try mouse wheel again
This commit is contained in:
		
							parent
							
								
									0af7415981
								
							
						
					
					
						commit
						676080372c
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -291,11 +291,11 @@ void encoder_update(bool clockwise) { | |||
|     } | ||||
|   } else { | ||||
|     if (clockwise) { | ||||
|       register_code(KC_PGDN); | ||||
|       unregister_code(KC_PGDN); | ||||
|       register_code(KC_MS_WH_DOWN); | ||||
|       unregister_code(KC_MS_WH_DOWN); | ||||
|     } else { | ||||
|       register_code(KC_PGUP); | ||||
|       unregister_code(KC_PGUP); | ||||
|       register_code(KC_MS_WH_UP); | ||||
|       unregister_code(KC_MS_WH_UP); | ||||
|     } | ||||
|   } | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jack Humbert
						Jack Humbert