summaryrefslogtreecommitdiff
path: root/quantum/pointing_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/pointing_device.c')
-rw-r--r--quantum/pointing_device.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/quantum/pointing_device.c b/quantum/pointing_device.c
index 23d93fa15f..cce292e0bf 100644
--- a/quantum/pointing_device.c
+++ b/quantum/pointing_device.c
@@ -217,16 +217,12 @@ __attribute__((weak)) void pointing_device_task(void) {
};
#endif
-#if defined(POINTING_DEVICE_TASK_THROTTLE_MS)
+#if (POINTING_DEVICE_TASK_THROTTLE_MS > 0)
static uint32_t last_exec = 0;
if (timer_elapsed32(last_exec) < POINTING_DEVICE_TASK_THROTTLE_MS) {
return;
}
last_exec = timer_read32();
-#else
-# if defined(SPLIT_POINTING_ENABLE)
-# pragma message("It's recommended you enable a throttle when sharing pointing devices.")
-# endif
#endif
// Gather report info