mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-09 15:12:33 +00:00
fix(trackball) add missing user pointing device task hook)
This commit is contained in:
@@ -124,5 +124,5 @@ report_mouse_t pointing_device_task_kb(report_mouse_t mouse_report) {
|
||||
mouse_report.x = 0;
|
||||
mouse_report.y = 0;
|
||||
}
|
||||
return mouse_report;
|
||||
return pointing_device_task_user(mouse_report);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user