Swap rows and columns to match the schematic
This commit is contained in:
parent
4a97ef6c48
commit
a43ae7c92f
4 changed files with 60 additions and 140 deletions
|
@ -36,8 +36,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
*/
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 18
|
||||
#define MATRIX_COLS 8
|
||||
#define MATRIX_ROWS 8
|
||||
#define MATRIX_COLS 18
|
||||
|
||||
/*
|
||||
* Keyboard Matrix Assignments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue