diff options
author | Joel Challis <git@zvecr.com> | 2021-10-09 14:46:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-09 14:46:47 +0100 |
commit | 22cafb9a2046b0c6c7b9df8c719cd515bec4d798 (patch) | |
tree | 618cb30bbcbe098f8baed4fb11a7ea4952cdc58a /keyboards/cannonkeys/satisfaction75/satisfaction_encoder.c | |
parent | 7b753f227ada4c44df1e991b79e03fd6b56f7e69 (diff) |
Migrate satisfaction75 away from QWIIC_DRIVERS (#14747)
* stash
* refactor old draw
* refactor old draw - tidy
* refactor old draw - tidy
* refactor old draw - reorder for diffs
* refactor old draw - reorder for diffs
Diffstat (limited to 'keyboards/cannonkeys/satisfaction75/satisfaction_encoder.c')
-rw-r--r-- | keyboards/cannonkeys/satisfaction75/satisfaction_encoder.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/cannonkeys/satisfaction75/satisfaction_encoder.c b/keyboards/cannonkeys/satisfaction75/satisfaction_encoder.c index 8fcd720e2f..cefdbc5f9c 100644 --- a/keyboards/cannonkeys/satisfaction75/satisfaction_encoder.c +++ b/keyboards/cannonkeys/satisfaction75/satisfaction_encoder.c @@ -125,7 +125,6 @@ uint16_t handle_encoder_clockwise(){ #endif case ENC_MODE_CLOCK_SET: update_time_config(1); - queue_for_send = true; break; } return mapped_code; @@ -171,7 +170,6 @@ uint16_t handle_encoder_ccw(){ case ENC_MODE_CLOCK_SET: update_time_config(-1); - queue_for_send = true; break; } return mapped_code; |