diff options
author | dexter93 <d3xter93@gmail.com> | 2023-06-08 04:01:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-08 02:01:45 +0100 |
commit | 90ea9e447adb16151974c8d29c18bbb140bde9dc (patch) | |
tree | 9bad379c498fdcff6104c9573cfa8c25b9a3e9fa /keyboards/adm42 | |
parent | a059d121fa17026ab55106fd9ee4b4ea8159a183 (diff) |
Reset `matrix_need_update` properly in eager debouncing algorithms (#21154)
The `matrix_need_update` variable needs to be reset to `false` in
`transfer_matrix_values()`, otherwise that function continues to be
invoked for every scanning loop (forever with `sym_eager_pk` and
`sym_eager_pk`, or until some key gets released with
`asym_eager_defer_pk`), and the scanning rate gets much lower because of
all that useless work.
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Diffstat (limited to 'keyboards/adm42')
0 files changed, 0 insertions, 0 deletions