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

@ -35,8 +35,7 @@ void matrix_init_user(void) {
}
void matrix_scan_user(void) {
if (matrix_is_modified())
matrix_print();
matrix_print();
}
bool process_record_user(uint16_t keycode, keyrecord_t *record) {