Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
b47f3b1853
9 changed files with 51 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue