mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-06 07:34:18 -04:00
GMMK Pro return false in encoder user. (#16830)
This commit is contained in:
parent
09b094c36f
commit
e5fd8ac497
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue