mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-08-12 07:30:54 +02:00
Deploying to gh-pages from master @ 86b123141bea2e3f831a57eb115368cbbbdb2da1 🚀
This commit is contained in:
parent
6f747eb2fb
commit
41387f4e96
@ -325,7 +325,8 @@ report_mouse_t pointing_device_task_user(report_mouse_t mouse_report) {
|
|||||||
if (set_scrolling) {
|
if (set_scrolling) {
|
||||||
mouse_report.h = mouse_report.x;
|
mouse_report.h = mouse_report.x;
|
||||||
mouse_report.v = mouse_report.y;
|
mouse_report.v = mouse_report.y;
|
||||||
mouse_report.x = mouse_report.y = 0
|
mouse_report.x = 0;
|
||||||
|
mouse_report.y = 0;
|
||||||
}
|
}
|
||||||
return mouse_report;
|
return mouse_report;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user