mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 13:12:08 +00:00
chore: update function name on all cases.
This commit is contained in:
parent
d27080f088
commit
5a61934fd8
@ -89,7 +89,7 @@ bool encoder_update(uint8_t index, uint8_t state) {
|
|||||||
if (encoder_pulses[i] <= -ENCODER_RESOLUTION) {
|
if (encoder_pulses[i] <= -ENCODER_RESOLUTION) {
|
||||||
encoder_value[index]--;
|
encoder_value[index]--;
|
||||||
changed = true;
|
changed = true;
|
||||||
encoder_update_fn(index, true);
|
encoder_cntx_fn(index, true);
|
||||||
}
|
}
|
||||||
encoder_pulses[i] %= ENCODER_RESOLUTION;
|
encoder_pulses[i] %= ENCODER_RESOLUTION;
|
||||||
#ifdef ENCODER_DEFAULT_POS
|
#ifdef ENCODER_DEFAULT_POS
|
||||||
|
Loading…
Reference in New Issue
Block a user