From 297779385fd53e93c33861e2d3107cb88efbde81 Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Thu, 30 Mar 2023 18:27:39 -0700 Subject: Add last activity functions for pointing device (#20079) --- quantum/pointing_device/pointing_device.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'quantum/pointing_device/pointing_device.h') 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); -- cgit v1.2.3