Skip to content

Commit

Permalink
Flip word scroll to correct encoder orientation
Browse files Browse the repository at this point in the history
  • Loading branch information
epahl-atlassian committed Jan 31, 2022
1 parent ed29712 commit 03403e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions users/halcyoncorsair/encoder_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
} else if (index == 1) { // Right - Linear encoder
if (layer_state_is(_NAV)) {
if (clockwise) {
tap_code16(LALT(KC_LEFT));
} else {
tap_code16(LALT(KC_RIGHT));
} else {
tap_code16(LALT(KC_LEFT));
}
} else {
// Volume control
Expand Down

0 comments on commit 03403e2

Please sign in to comment.