flip direction
This commit is contained in:
		
							parent
							
								
									e0e5efbead
								
							
						
					
					
						commit
						df371458b3
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -291,11 +291,11 @@ void encoder_update(bool clockwise) {
 | 
			
		|||
    }
 | 
			
		||||
  } else {
 | 
			
		||||
    if (clockwise) {
 | 
			
		||||
      register_code(KC_PGUP);
 | 
			
		||||
      unregister_code(KC_PGUP);
 | 
			
		||||
    } else {
 | 
			
		||||
      register_code(KC_PGDN);
 | 
			
		||||
      unregister_code(KC_PGDN);
 | 
			
		||||
    } else {
 | 
			
		||||
      register_code(KC_PGUP);
 | 
			
		||||
      unregister_code(KC_PGUP);
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue