diff options
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/encoder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/encoder.c b/quantum/encoder.c index 2730ff60c3..e2029fa376 100644 --- a/quantum/encoder.c +++ b/quantum/encoder.c @@ -55,8 +55,8 @@ static uint8_t encoder_resolutions[NUM_ENCODERS] = ENCODER_RESOLUTIONS; #endif static int8_t encoder_LUT[] = {0, -1, 1, 0, 1, 0, 0, -1, -1, 0, 0, 1, 0, 1, -1, 0}; -static uint8_t encoder_state[NUM_ENCODERS] = {0}; -static int8_t encoder_pulses[NUM_ENCODERS] = {0}; +static uint8_t encoder_state[NUM_ENCODERS] = {0}; +static int8_t encoder_pulses[NUM_ENCODERS] = {0}; // encoder counts static uint8_t thisCount; |