Skip to content

Conversation

@jtornero
Copy link
Owner

If your keypad matrix has more than 10 rows there will be scanning issues. Raising MAPSIZE to 12 allows for two more rows to be used. Theoretically the maximum number of rows should be 16, accounting for 256 possible key values, but the practical limit is not known for me.

Notice that with big keyboards is not always possible to arrange the key matrix using more columns than rows, i.e., for a 140 keys keyboard is not optimal to use 14 columns x10 rows but something like 12x12 or 13x11.

If your keypad matrix has more than 10 rows there will be scanning issues. Raising MAPSIZE to 12 allows for two more rows to be used. Theoretically the maximum number of rows should be 16, accounting for 256 possible key values.
@jtornero jtornero merged commit 4174166 into master May 26, 2021
@jtornero jtornero deleted the jtornero-patch-mapsize branch May 26, 2021 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants