diff options
Diffstat (limited to 'keyboards/mb44/config.h')
-rw-r--r-- | keyboards/mb44/config.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/mb44/config.h b/keyboards/mb44/config.h index da822ddfe9..365fed7340 100644 --- a/keyboards/mb44/config.h +++ b/keyboards/mb44/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 4 -#define MATRIX_COLS 12 /* * Keyboard Matrix Assignments @@ -38,10 +33,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION COL2ROW - -/*Encoder Definition*/ -#define ENCODERS_PAD_A { D3 } -#define ENCODERS_PAD_B { D2 } - -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 |