diff options
Diffstat (limited to 'keyboards/matrix/noah/matrix.c')
| -rw-r--r-- | keyboards/matrix/noah/matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/matrix/noah/matrix.c b/keyboards/matrix/noah/matrix.c index 02861a8e3..737f570c1 100644 --- a/keyboards/matrix/noah/matrix.c +++ b/keyboards/matrix/noah/matrix.c | |||
| @@ -130,7 +130,7 @@ uint8_t matrix_scan(void) | |||
| 130 | } | 130 | } |
| 131 | } | 131 | } |
| 132 | 132 | ||
| 133 | if (debouncing && timer_elapsed(debouncing_time) > DEBOUNCING_DELAY) { | 133 | if (debouncing && timer_elapsed(debouncing_time) > DEBOUNCE) { |
| 134 | for (int row = 0; row < MATRIX_ROWS; row++) { | 134 | for (int row = 0; row < MATRIX_ROWS; row++) { |
| 135 | matrix[row] = 0; | 135 | matrix[row] = 0; |
| 136 | for (int col = 0; col < MATRIX_COLS; col++) { | 136 | for (int col = 0; col < MATRIX_COLS; col++) { |
