summaryrefslogtreecommitdiff
path: root/keyboards/matrix/falcon/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/matrix/falcon/config.h')
-rw-r--r--keyboards/matrix/falcon/config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/matrix/falcon/config.h b/keyboards/matrix/falcon/config.h
index d25668115c..79eb536d14 100644
--- a/keyboards/matrix/falcon/config.h
+++ b/keyboards/matrix/falcon/config.h
@@ -15,7 +15,6 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
@@ -26,9 +25,6 @@
#define DIODE_DIRECTION ROW2COL
-/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 5
-
/*
* Feature disable options
* These options are also useful to firmware size reduction.