Merge remote-tracking branch 'upstream/master'

This commit is contained in:
xyverz 2016-11-19 09:31:34 -08:00
commit f9cf4f75ae
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ static bool read_cols_on_row(matrix_row_t current_matrix[], uint8_t current_row)
// Unselect row
unselect_row(current_row);
return (last_row_value == current_matrix[current_row]);
return (last_row_value != current_matrix[current_row]);
}
static void select_row(uint8_t row)