mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-09-21 19:29:46 -04:00
fix typo
This commit is contained in:
parent
5a5e0ed036
commit
deaf77fce7
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue