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

This commit is contained in:
QMK Bot 2022-04-11 10:19:24 +00:00
commit c5423400c3
4 changed files with 4 additions and 4 deletions

View file

@ -67,6 +67,6 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
} else {
tap_code(KC_VOLD);
}
return true;
return false;
}
#endif // ENCODER_ENABLE

View file

@ -84,6 +84,6 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
} else {
tap_code(KC_VOLD);
}
return true;
return false;
}
#endif // ENCODER_ENABLE

View file

@ -67,6 +67,6 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
} else {
tap_code(KC_VOLD);
}
return true;
return false;
}
#endif

View file

@ -86,6 +86,6 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
} else {
tap_code(KC_VOLD);
}
return true;
return false;
}
#endif // ENCODER_ENABLE