XAP messages extend timeout?
This commit is contained in:
parent
ffb0575eb8
commit
1ea2928d2a
3 changed files with 11 additions and 0 deletions
|
@ -47,6 +47,12 @@ void secure_request_unlock(void) {
|
|||
}
|
||||
}
|
||||
|
||||
void secure_activity_event(void) {
|
||||
if (secure_status == SECURE_UNLOCKED) {
|
||||
idle_time = timer_read32();
|
||||
}
|
||||
}
|
||||
|
||||
void secure_keypress_event(uint8_t row, uint8_t col) {
|
||||
static const uint8_t sequence[][2] = SECURE_UNLOCK_SEQUENCE;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue