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
|
@ -740,8 +740,7 @@ bool encoder_update_kb(uint8_t index, bool clockwise) {
|
|||
}
|
||||
|
||||
|
||||
void matrix_scan_kb(void) {
|
||||
matrix_scan_user();
|
||||
void housekeeping_task_kb(void) {
|
||||
led_t current_led_state = host_keyboard_led_state();
|
||||
uint8_t current_layer = get_highest_layer(layer_state);
|
||||
if (startup_delay) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue