summaryrefslogtreecommitdiff
path: root/quantum/pointing_device/pointing_device.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@drashna.net>2023-03-30 18:27:39 -0700
committerGitHub <noreply@github.com>2023-03-30 18:27:39 -0700
commit297779385fd53e93c33861e2d3107cb88efbde81 (patch)
tree21b10a2cc50505ba31a634045f00df40b2196a50 /quantum/pointing_device/pointing_device.h
parent8686c527f76ff794c51ff55377c029ac3c38f683 (diff)
Add last activity functions for pointing device (#20079)
Diffstat (limited to 'quantum/pointing_device/pointing_device.h')
-rw-r--r--quantum/pointing_device/pointing_device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/pointing_device/pointing_device.h b/quantum/pointing_device/pointing_device.h
index d430e6cfa4..eacc6418dd 100644
--- a/quantum/pointing_device/pointing_device.h
+++ b/quantum/pointing_device/pointing_device.h
@@ -97,8 +97,8 @@ typedef int16_t clamp_range_t;
#endif
void pointing_device_init(void);
-void pointing_device_task(void);
-void pointing_device_send(void);
+bool pointing_device_task(void);
+bool pointing_device_send(void);
report_mouse_t pointing_device_get_report(void);
void pointing_device_set_report(report_mouse_t mouse_report);
uint16_t pointing_device_get_cpi(void);