Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot
2026-05-26 00:43:27 +00:00
+1 -2
View File
@@ -101,8 +101,7 @@ void ps2_mouse_task(void) {
# endif
} else {
if (debug_mouse) print("ps2_mouse: fail to get mouse packet\n");
/* return here to avoid updating the mouse button state */
return;
// Continue processing anyway to ensure mouse button state is still updated
}
#endif