mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-16 04:24:45 -07:00
Inhibit auto lock/shutdown on ASCII input
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user