diff options
Diffstat (limited to 'keyboards/xd84/matrix.c')
| -rw-r--r-- | keyboards/xd84/matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/xd84/matrix.c b/keyboards/xd84/matrix.c index a35905047..4cb5544ca 100644 --- a/keyboards/xd84/matrix.c +++ b/keyboards/xd84/matrix.c | |||
| @@ -65,7 +65,7 @@ static bool read_cols_on_row(matrix_row_t current_matrix[], uint8_t current_row) | |||
| 65 | // Clear data in matrix row | 65 | // Clear data in matrix row |
| 66 | current_matrix[current_row] = 0; | 66 | current_matrix[current_row] = 0; |
| 67 | 67 | ||
| 68 | // Select row and wait for row selecton to stabilize | 68 | // Select row and wait for row selection to stabilize |
| 69 | select_row(current_row); | 69 | select_row(current_row); |
| 70 | wait_us(30); | 70 | wait_us(30); |
| 71 | 71 | ||
