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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/matrix/noah/matrix.c b/keyboards/matrix/noah/matrix.c
index 17f7a2fb62..d5aca79cf6 100644
--- a/keyboards/matrix/noah/matrix.c
+++ b/keyboards/matrix/noah/matrix.c
@@ -13,6 +13,10 @@
#include "print.h"
#include "matrix.h"
+#ifndef DEBOUNCE
+# define DEBOUNCE 5
+#endif
+
/**
*
* Row pins are input with internal pull-down.