summaryrefslogtreecommitdiff
path: root/quantum/pointing_device.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-02-04 01:25:39 +0000
committerQMK Bot <hello@qmk.fm>2021-02-04 01:25:39 +0000
commit711388d3e380dd2bb4c8e3e060fa7a599722b83c (patch)
treeecf8b282ad40307676ec485f3b205cafdf663e1f /quantum/pointing_device.h
parent1861ace7d2d27ead04ee242cabd286e64c6d5f19 (diff)
parent780ca5565d2bdb8e03aa2669a3203373a0a4d9dd (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'quantum/pointing_device.h')
-rw-r--r--quantum/pointing_device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/pointing_device.h b/quantum/pointing_device.h
index aa074bb37d..56a542d545 100644
--- a/quantum/pointing_device.h
+++ b/quantum/pointing_device.h
@@ -26,3 +26,4 @@ void pointing_device_task(void);
void pointing_device_send(void);
report_mouse_t pointing_device_get_report(void);
void pointing_device_set_report(report_mouse_t newMouseReport);
+bool has_mouse_report_changed(report_mouse_t new, report_mouse_t old);