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
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue