mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-25 16:41:27 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
c5423400c3
@ -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
|
||||
|
@ -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
|
||||
|
@ -67,6 +67,6 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
|
||||
} else {
|
||||
tap_code(KC_VOLD);
|
||||
}
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
@ -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…
Reference in New Issue
Block a user