[MERGE][Core] suspend: suppress wake up keypress (23389-241026)
This commit is contained in:
parent
7ba6f4d639
commit
9c397f665b
6 changed files with 48 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue