summaryrefslogtreecommitdiffstats
path: root/keyboards/matrix/noah
diff options
context:
space:
mode:
authorjack <0x6A73@pm.me>2023-02-05 14:36:01 -0700
committerGitHub <noreply@github.com>2023-02-06 08:36:01 +1100
commitd5e622b979c54ddc8f9ad97116c302e29c6aed12 (patch)
tree9000e4c676ba7f7e276334e0ec750e6b75fc7d59 /keyboards/matrix/noah
parenta5f36b156ba2a80a992936e79073039f9a871573 (diff)
Remove `DEBOUNCE` macro usage (#19750)
Diffstat (limited to 'keyboards/matrix/noah')
-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.