Removed doubled lines

This commit is contained in:
Michael Graf
2019-07-05 13:11:40 +02:00
committed by Florian Didron
parent d5aa21b024
commit d29148f289

View File

@@ -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.