aboutsummaryrefslogtreecommitdiff
path: root/quantum/pointing_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/pointing_device.h')
-rw-r--r--quantum/pointing_device.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/quantum/pointing_device.h b/quantum/pointing_device.h
index 1944d8206..29398ebb3 100644
--- a/quantum/pointing_device.h
+++ b/quantum/pointing_device.h
@@ -22,10 +22,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
22#include "host.h" 22#include "host.h"
23#include "report.h" 23#include "report.h"
24 24
25void pointing_device_init(void); 25void pointing_device_init(void);
26void pointing_device_task(void); 26void pointing_device_task(void);
27void pointing_device_send(void); 27void pointing_device_send(void);
28report_mouse_t pointing_device_get_report(void); 28report_mouse_t pointing_device_get_report(void);
29void pointing_device_set_report(report_mouse_t newMouseReport); 29void pointing_device_set_report(report_mouse_t newMouseReport);
30 30
31#endif 31#endif