Rework and expand Pointing Device support (#14343)
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
This commit is contained in:
parent
462c3a6151
commit
56e3f06a26
60 changed files with 2107 additions and 1705 deletions
|
@ -531,6 +531,10 @@ void suspend_power_down_quantum(void) {
|
|||
# ifdef ST7565_ENABLE
|
||||
st7565_off();
|
||||
# endif
|
||||
# if defined(POINTING_DEVICE_ENABLE)
|
||||
// run to ensure scanning occurs while suspended
|
||||
pointing_device_task();
|
||||
# endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue