]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/pointing_device.c
several improvements for mitosis:datagrok (#1960)
[qmk_firmware.git] / quantum / pointing_device.c
index 0aaab84cd2437c14ba7819727038111720fbe3b1..e60ae8d93e40af982b050faf253a390845403f9d 100644 (file)
@@ -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;