summaryrefslogtreecommitdiff
path: root/keyboards/dp60/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/dp60/config.h')
-rw-r--r--keyboards/dp60/config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/dp60/config.h b/keyboards/dp60/config.h
index 9105e1ffb9..16df72781b 100644
--- a/keyboards/dp60/config.h
+++ b/keyboards/dp60/config.h
@@ -15,16 +15,12 @@
*/
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 5
#define MATRIX_COLS 15
#define DIODE_DIRECTION COL2ROW
-/* 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.