summaryrefslogtreecommitdiff
path: root/keyboards/woodkeys/bigseries/2key/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/woodkeys/bigseries/2key/config.h')
-rwxr-xr-xkeyboards/woodkeys/bigseries/2key/config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/woodkeys/bigseries/2key/config.h b/keyboards/woodkeys/bigseries/2key/config.h
index af04a93d7c..6b40065765 100755
--- a/keyboards/woodkeys/bigseries/2key/config.h
+++ b/keyboards/woodkeys/bigseries/2key/config.h
@@ -17,11 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
-
-/* key matrix size */
-#define MATRIX_ROWS 1
-#define MATRIX_COLS 2
/* key matrix pins */
#define MATRIX_ROW_PINS { B0 }
@@ -30,9 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION ROW2COL
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCE 50
-
/* key combination for command */
#define IS_COMMAND() ( \
false \