diff options
| author | Joel Challis | 2024-07-27 07:02:51 +0200 |
|---|---|---|
| committer | GitHub | 2024-07-27 07:02:51 +0200 |
| commit | 02b43b4b603a426627c63e7bd0e48de8e88028e6 (patch) | |
| tree | 4cc018bc3891aa66d180611b23d1339771972022 /keyboards/lfkeyboards/lfk78 | |
| parent | 20ae67ba01c4fd934ae73476a17c8e7d36c821d0 (diff) | |
Refactor use of `matrix_scan_kb` (#24200)
Diffstat (limited to 'keyboards/lfkeyboards/lfk78')
| -rw-r--r-- | keyboards/lfkeyboards/lfk78/lfk78.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/lfkeyboards/lfk78/lfk78.c b/keyboards/lfkeyboards/lfk78/lfk78.c index 3bf7c40d15..3f6cb61263 100644 --- a/keyboards/lfkeyboards/lfk78/lfk78.c +++ b/keyboards/lfkeyboards/lfk78/lfk78.c @@ -21,12 +21,10 @@ void matrix_init_kb(void) { #endif } -void matrix_scan_kb(void) { +void housekeeping_task_kb(void) { #ifdef WATCHDOG_ENABLE wdt_reset(); #endif - - matrix_scan_user(); } void clicking_notes(uint16_t freq, uint16_t duration) { |