diff options
author | lalalademaxiya1 <66767061+lalalademaxiya1@users.noreply.github.com> | 2023-03-16 16:48:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-16 16:48:17 +0800 |
commit | 8ab6b59ccadf3b6d7a064b1b51f4a2aef073ad38 (patch) | |
tree | 94af982a3db9626b064431da6d8dcc332224b4fc /quantum | |
parent | 77cbe1469a6a83ef00a5eaffce318a176bfacdd4 (diff) | |
parent | 0f35f0e2ed1343765422bc9abf4fe240768b4130 (diff) |
Merge pull request #108 from lalalademaxiya1/bt_playground
Update Keychron K Pro series keyboards
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; |