From 46f15cd1a533cce8c9f7a406b1e6ee6765e48a20 Mon Sep 17 00:00:00 2001 From: yfuku <30647434+yfuku@users.noreply.github.com> Date: Sat, 11 Sep 2021 13:59:28 +0900 Subject: [Keyboard] owl8 bugfix (#14020) --- keyboards/owl8/config.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'keyboards/owl8/config.h') diff --git a/keyboards/owl8/config.h b/keyboards/owl8/config.h index 7bbaff3985..d28fd9c927 100644 --- a/keyboards/owl8/config.h +++ b/keyboards/owl8/config.h @@ -27,8 +27,8 @@ along with this program. If not, see . #define PRODUCT owl8 /* key matrix size */ -#define MATRIX_ROWS 4 -#define MATRIX_COLS 4 +#define MATRIX_ROWS 1 +#define MATRIX_COLS 16 /* * Keyboard Matrix Assignments @@ -41,10 +41,7 @@ along with this program. If not, see . * */ #define DIRECT_PINS { \ - { F4, F7, B3, B6 }, \ - { F5, F6, B1, B2 }, \ - { D4, C6, D7, E6 }, \ - { NO_PIN, NO_PIN, NO_PIN, NO_PIN } \ + { F4, F7, B3, B6, F5, F6, B1, B2, D4, C6, D7, E6, NO_PIN, NO_PIN, NO_PIN, NO_PIN } \ } #define UNUSED_PINS -- cgit v1.2.3