mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-13 15:35:27 +00:00
[Keyboard] add quantum matrix calls to zen matrix calls (#5450)
This commit is contained in:
parent
8b859872da
commit
6eb5a25a6a
1 changed files with 2 additions and 1 deletions
|
@ -133,7 +133,7 @@ void matrix_init(void)
|
||||||
matrix_debouncing[i] = 0;
|
matrix_debouncing[i] = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
matrix_init_quantum();
|
||||||
}
|
}
|
||||||
|
|
||||||
uint8_t _matrix_scan(void)
|
uint8_t _matrix_scan(void)
|
||||||
|
@ -264,6 +264,7 @@ uint8_t matrix_scan(void)
|
||||||
TXLED0;
|
TXLED0;
|
||||||
error_count = 0;
|
error_count = 0;
|
||||||
}
|
}
|
||||||
|
matrix_scan_quantum();
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue