[Keyboard] owl8 bugfix (#14020)
This commit is contained in:
parent
d0b1d9f548
commit
46f15cd1a5
3 changed files with 12 additions and 18 deletions
|
@ -27,8 +27,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#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 <http://www.gnu.org/licenses/>.
|
|||
*
|
||||
*/
|
||||
#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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue