summaryrefslogtreecommitdiff
path: root/keyboards/hub16/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hub16/config.h')
-rwxr-xr-xkeyboards/hub16/config.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/keyboards/hub16/config.h b/keyboards/hub16/config.h
index db1b1dafff..8eb865e9b3 100755
--- a/keyboards/hub16/config.h
+++ b/keyboards/hub16/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 5
-#define MATRIX_COLS 4
#define MATRIX_ROW_PINS \
{ F0, C7, C6, B6, E6}
@@ -49,16 +44,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_EFFECT_ALTERNATING
#define RGBLIGHT_EFFECT_TWINKLE
-/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 20
-
-/* ENCODER THINGS */
-// #define ENCODER_DIRECTION_FLIP
-#define ENCODERS_PAD_A \
- { F5, B5 }
-#define ENCODERS_PAD_B \
- { F6, B4 }
-
/* Tap Dance timing */
#define TAPPING_TERM 200