1
0
Fork 0

Swap rows and columns to match the schematic

This commit is contained in:
Gabriel Young 2017-03-19 20:33:41 -07:00
parent 4a97ef6c48
commit a43ae7c92f
4 changed files with 60 additions and 140 deletions

View file

@ -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