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