1
0
Fork 0

[MERGE][Core] suspend: suppress wake up keypress (23389-241026)

This commit is contained in:
Drashna Jael're 2024-10-26 20:37:59 -07:00
parent 7ba6f4d639
commit 9c397f665b
Signed by: drashna
GPG key ID: DBA1FD3A860D1B11
6 changed files with 48 additions and 3 deletions

View file

@ -144,6 +144,9 @@ void protocol_pre_task(void) {
//
// Pause for a while to let things settle...
wait_ms(USB_SUSPEND_WAKEUP_DELAY);
// ...and then update the wakeup matrix again as the waking key
// might have been released during the delay
wakeup_matrix_update();
# endif
}
}