summaryrefslogtreecommitdiff
path: root/keyboards/chocv/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/chocv/config.h')
-rw-r--r--keyboards/chocv/config.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/keyboards/chocv/config.h b/keyboards/chocv/config.h
index 16c2682646..5d61c7d4d7 100644
--- a/keyboards/chocv/config.h
+++ b/keyboards/chocv/config.h
@@ -16,20 +16,9 @@
#pragma once
- #include "config_common.h"
-
- /* key matrix size */
- #define MATRIX_ROWS 4
- #define MATRIX_COLS 10
-
#define MATRIX_ROW_PINS { F4, F5, D1, D0 }
#define MATRIX_COL_PINS { B6, B2, B3, B1, F7, C6, D7, E6, B4, B5}
/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION COL2ROW
-
-
- /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
- #define DEBOUNCE 5
-