Various fixes for keyboards not implementing callbacks correctly (#24092)

This commit is contained in:
Joel Challis
2024-07-11 13:47:53 +01:00
committed by GitHub
parent 23c4704123
commit e0809eade5
14 changed files with 58 additions and 16 deletions

View File

@@ -26,6 +26,8 @@ void matrix_scan_kb(void) {
max7219_message_sign_task(true);
led_frame_timer = timer_read();
}
matrix_scan_user();
}
#endif