Removed doubled lines
This commit is contained in:
committed by
Florian Didron
parent
d5aa21b024
commit
d29148f289
@@ -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);
|
matrix_row_t col_mask = (ROW_SHIFTER << col);
|
||||||
if (delta & col_mask) {
|
if (delta & col_mask) {
|
||||||
if (*debounce_pointer == DEBOUNCE_ELAPSED) {
|
if (*debounce_pointer == DEBOUNCE_ELAPSED) {
|
||||||
counters_need_update = true; *debounce_pointer = current_time;
|
|
||||||
*debounce_pointer = current_time;
|
*debounce_pointer = current_time;
|
||||||
counters_need_update = true;
|
counters_need_update = true;
|
||||||
existing_row ^= col_mask; // flip the bit.
|
existing_row ^= col_mask; // flip the bit.
|
||||||
|
|||||||
Reference in New Issue
Block a user