mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 14:10:04 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
1cf040ad19
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
#if defined(ENCODER_ENABLE)
|
||||
|
||||
bool encoder_update_kb(uint8_t index, bool clockwise) {
|
||||
if (!encoder_update_kb(index, clockwise)) {
|
||||
if (!encoder_update_user(index, clockwise)) {
|
||||
return false; /* Don't process further events if user function exists and returns false */
|
||||
}
|
||||
if (index == 0) { /* First encoder */
|
||||
|
|
Loading…
Reference in a new issue