summaryrefslogtreecommitdiff
path: root/keyboards/matrix/noah/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/matrix/noah/matrix.c')
-rw-r--r--keyboards/matrix/noah/matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/matrix/noah/matrix.c b/keyboards/matrix/noah/matrix.c
index 02861a8e37..737f570c13 100644
--- a/keyboards/matrix/noah/matrix.c
+++ b/keyboards/matrix/noah/matrix.c
@@ -130,7 +130,7 @@ uint8_t matrix_scan(void)
}
}
- if (debouncing && timer_elapsed(debouncing_time) > DEBOUNCING_DELAY) {
+ if (debouncing && timer_elapsed(debouncing_time) > DEBOUNCE) {
for (int row = 0; row < MATRIX_ROWS; row++) {
matrix[row] = 0;
for (int col = 0; col < MATRIX_COLS; col++) {