diff options
| author | Drashna Jaelre <drashna@live.com> | 2021-11-14 22:03:24 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-14 22:03:24 -0800 |
| commit | 56e3f06a26851976e559aacf7a096c61403304be (patch) | |
| tree | 1e9ec98ad239fdd241e77ac4c4822fc2721a9cea /quantum/quantum.c | |
| parent | 462c3a615113e84ac3ca837a5caeb928c0ec8505 (diff) | |
| download | qmk_firmware-56e3f06a26851976e559aacf7a096c61403304be.tar.gz qmk_firmware-56e3f06a26851976e559aacf7a096c61403304be.zip | |
Rework and expand Pointing Device support (#14343)
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Diffstat (limited to 'quantum/quantum.c')
| -rw-r--r-- | quantum/quantum.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index 0eca329f0..c7a3bb197 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -531,6 +531,10 @@ void suspend_power_down_quantum(void) { | |||
| 531 | # ifdef ST7565_ENABLE | 531 | # ifdef ST7565_ENABLE |
| 532 | st7565_off(); | 532 | st7565_off(); |
| 533 | # endif | 533 | # endif |
| 534 | # if defined(POINTING_DEVICE_ENABLE) | ||
| 535 | // run to ensure scanning occurs while suspended | ||
| 536 | pointing_device_task(); | ||
| 537 | # endif | ||
| 534 | #endif | 538 | #endif |
| 535 | } | 539 | } |
| 536 | 540 | ||
