Skip to content

Commit

Permalink
Add hack to reset input timer on device wake
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Aug 4, 2024
1 parent c9234f0 commit 6bbc880
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions users/drashna/callbacks.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ void suspend_wakeup_init_user(void) {
#ifdef WATCHDOG_ENABLE
suspend_wakeup_init_watchdog();
#endif
void last_matrix_activity_trigger(void);
last_matrix_activity_trigger();

set_is_device_suspended(false);
#ifdef CUSTOM_QUANTUM_PAINTER_ENABLE
suspend_wakeup_init_quantum_painter();
Expand Down

0 comments on commit 6bbc880

Please sign in to comment.