flip direction

This commit is contained in:
Jack Humbert
2018-04-06 12:36:20 -04:00
parent e0e5efbead
commit df371458b3

View File

@@ -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);
}
}
}