Browse Source

Deploying to gh-pages from master @ 86b123141b 🚀

gh-pages
zvecr 2 years ago
parent
commit
41387f4e96
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      feature_pointing_device.md

+ 2
- 1
feature_pointing_device.md View File

@ -325,7 +325,8 @@ report_mouse_t pointing_device_task_user(report_mouse_t mouse_report) {
if (set_scrolling) {
mouse_report.h = mouse_report.x;
mouse_report.v = mouse_report.y;
mouse_report.x = mouse_report.y = 0
mouse_report.x = 0;
mouse_report.y = 0;
}
return mouse_report;
}


Loading…
Cancel
Save