mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 16:53:45 +00:00
20 lines
No EOL
557 B
C
20 lines
No EOL
557 B
C
#pragma once
|
|
|
|
typedef enum {
|
|
// StartSubmenuIndex
|
|
SubmenuIndexSubRemOpenMapFile = 0,
|
|
#if FURI_DEBUG
|
|
SubmenuIndexSubRemRemoteView,
|
|
#endif
|
|
// SubmenuIndexSubRemAbout,
|
|
|
|
// SubRemCustomEvent
|
|
SubRemCustomEventViewRemoteStartUP = 100,
|
|
SubRemCustomEventViewRemoteStartDOWN,
|
|
SubRemCustomEventViewRemoteStartLEFT,
|
|
SubRemCustomEventViewRemoteStartRIGHT,
|
|
SubRemCustomEventViewRemoteStartOK,
|
|
SubRemCustomEventViewRemoteBack,
|
|
SubRemCustomEventViewRemoteStop,
|
|
SubRemCustomEventViewRemoteForcedStop,
|
|
} SubRemCustomEvent; |