diff options
Diffstat (limited to 'keyboards/np12/config.h')
-rw-r--r-- | keyboards/np12/config.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/keyboards/np12/config.h b/keyboards/np12/config.h index 1f9a14b315..3a09f4060d 100644 --- a/keyboards/np12/config.h +++ b/keyboards/np12/config.h @@ -14,13 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ - - -#include "config_common.h" - -/* key matrix size */ -#define MATRIX_ROWS 4 -#define MATRIX_COLS 5 +#pragma once #define MATRIX_ROW_PINS { D7, E6, B4, F7 } #define MATRIX_COL_PINS { D1, D0, D4, C6, F6 } @@ -28,8 +22,3 @@ /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW - -#define ENCODERS_PAD_A { F4 } -#define ENCODERS_PAD_B { F5 } - - |