summaryrefslogtreecommitdiff
path: root/quantum/debounce
diff options
context:
space:
mode:
authorMichael Graf <michael.graf@seitenbau.com>2019-07-05 13:11:40 +0200
committerFlorian Didron <fdidron@users.noreply.github.com>2019-07-10 08:41:09 +0900
commitd29148f289052138f06695d1e1a79ea2f0d4c71d (patch)
tree00f24d57e251a088917811709010733b8d080bfc /quantum/debounce
parentd5aa21b0244feb27342d9e954de7ddee7b8a9147 (diff)
Removed doubled lines
Diffstat (limited to 'quantum/debounce')
-rw-r--r--quantum/debounce/eager_pk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/debounce/eager_pk.c b/quantum/debounce/eager_pk.c
index 7455d6a0de..c07be18f8d 100644
--- a/quantum/debounce/eager_pk.c
+++ b/quantum/debounce/eager_pk.c
@@ -98,7 +98,6 @@ void transfer_matrix_values(matrix_row_t raw[], matrix_row_t cooked[], uint8_t n
matrix_row_t col_mask = (ROW_SHIFTER << col);
if (delta & col_mask) {
if (*debounce_pointer == DEBOUNCE_ELAPSED) {
- counters_need_update = true; *debounce_pointer = current_time;
*debounce_pointer = current_time;
counters_need_update = true;
existing_row ^= col_mask; // flip the bit.