forked from mirrors/qmk_firmware
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…
Reference in a new issue