Swap rows and columns to match the schematic
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user