diff options
Diffstat (limited to 'quantum/pointing_device.c')
| -rw-r--r-- | quantum/pointing_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
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){ | |||
| 33 | __attribute__ ((weak)) | 33 | __attribute__ ((weak)) |
| 34 | void pointing_device_send(void){ | 34 | void pointing_device_send(void){ |
| 35 | //If you need to do other things, like debugging, this is the place to do it. | 35 | //If you need to do other things, like debugging, this is the place to do it. |
| 36 | host_mouse_send(mouseReport); | 36 | host_mouse_send(&mouseReport); |
| 37 | //send it and 0 it out except for buttons, so those stay until they are explicity over-ridden using update_pointing_device | 37 | //send it and 0 it out except for buttons, so those stay until they are explicity over-ridden using update_pointing_device |
| 38 | mouseReport.x = 0; | 38 | mouseReport.x = 0; |
| 39 | mouseReport.y = 0; | 39 | mouseReport.y = 0; |
