1
0
Fork 0

Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2021-11-17 20:46:24 +00:00
commit b47f3b1853
9 changed files with 51 additions and 13 deletions

View file

@ -117,7 +117,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
clockwise ? rgb_matrix_step() : rgb_matrix_step_reverse();
break;
default:
clockwise ? tap_code(KC_VOLD) : tap_code(KC_VOLU);
clockwise ? tap_code(KC_VOLU) : tap_code(KC_VOLD);
break;
}
return false;