Fix references to mouse_report_t
(which doesnt exist) (#19107)
This commit is contained in:
parent
8449a4a11f
commit
fe652e6247
5 changed files with 9 additions and 9 deletions
|
@ -75,7 +75,7 @@ bool encoder_update_kb(uint8_t index, bool clockwise) {
|
|||
#ifdef MOUSEKEY_ENABLE
|
||||
tap_code(clockwise ? KC_WH_U : KC_WH_D);
|
||||
#else
|
||||
mouse_report_t mouse_report = pointing_device_get_report();
|
||||
report_mouse_t mouse_report = pointing_device_get_report();
|
||||
mouse_report.v = clockwise ? 1 : -1;
|
||||
pointing_device_set_report(mouse_report);
|
||||
pointing_device_send();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue