X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quantum%2Fpointing_device.c;h=e60ae8d93e40af982b050faf253a390845403f9d;hb=6d73fe12779d6e8527d404572810ea95e714dce7;hp=0aaab84cd2437c14ba7819727038111720fbe3b1;hpb=ee132284861f1084046086b7ae11d56623df7834;p=qmk_firmware.git diff --git a/quantum/pointing_device.c b/quantum/pointing_device.c index 0aaab84cd..e60ae8d93 100644 --- a/quantum/pointing_device.c +++ b/quantum/pointing_device.c @@ -33,7 +33,7 @@ void pointing_device_init(void){ __attribute__ ((weak)) void pointing_device_send(void){ //If you need to do other things, like debugging, this is the place to do it. - host_mouse_send(mouseReport); + host_mouse_send(&mouseReport); //send it and 0 it out except for buttons, so those stay until they are explicity over-ridden using update_pointing_device mouseReport.x = 0; mouseReport.y = 0;