This commit is contained in:
VeyPatch 2024-11-06 16:58:48 +01:00
commit deaf77fce7

View file

@ -248,7 +248,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
tap_code(KC_VOLD); tap_code(KC_VOLD);
} }
} else if (index == 1) { } else if (index == 1) {
// Page up/Page down // Volume control
if (clockwise) { if (clockwise) {
tap_code(KC_VOLU); tap_code(KC_VOLU);
} else { } else {