summaryrefslogtreecommitdiff
path: root/keyboards/hub20/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hub20/config.h')
-rw-r--r--keyboards/hub20/config.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/hub20/config.h b/keyboards/hub20/config.h
index 8452eab0c9..41a98ac983 100644
--- a/keyboards/hub20/config.h
+++ b/keyboards/hub20/config.h
@@ -18,21 +18,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-/* key matrix */
-#define MATRIX_ROWS 6
-#define MATRIX_COLS 4
-
#define MATRIX_ROW_PINS { A13, B14, A10, A0, A2, A1 }
#define MATRIX_COL_PINS { A6, A7, B7, B6 }
/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION COL2ROW
-/* Rotary Encoder Things */
-// #define ENCODER_DIRECTION_FLIP
-#define ENCODERS_PAD_A { B12, A8 }
-#define ENCODERS_PAD_B { B13, A9 }
-
#define RGB_DI_PIN B15
#define RGBLED_NUM 27
@@ -93,9 +84,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// #define ENABLE_RGB_MATRIX_SOLID_SPLASH
// #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
-/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 5
-
/* Tap delay for tap vs hold */
#define TAPPING_TERM 200