Inhibit auto lock/shutdown on ASCII input

This commit is contained in:
Willy-JL
2024-01-17 22:43:36 +00:00
parent 9d877eb59d
commit 3406f005c4
4 changed files with 36 additions and 13 deletions

View File

@@ -82,6 +82,9 @@ struct Desktop {
bool in_transition : 1;
Keybind keybinds[KeybindTypeCount][KeybindKeyCount];
FuriPubSub* ascii_events_pubsub;
FuriPubSubSubscription* ascii_events_subscription;
};
Desktop* desktop_alloc();