Refactor use of matrix_scan_kb
(#24200)
This commit is contained in:
parent
20ae67ba01
commit
02b43b4b60
24 changed files with 20 additions and 164 deletions
|
@ -108,9 +108,8 @@ void cycle_leds(void) {
|
|||
}
|
||||
}
|
||||
|
||||
void matrix_scan_kb(void) {
|
||||
void housekeeping_task_kb(void) {
|
||||
cycle_leds();
|
||||
matrix_scan_user();
|
||||
}
|
||||
|
||||
bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue