mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 06:18:35 -07:00
[FL-3897] Happy mode (#3863)
* feat: happy mode * feat: remove sad dolphin when powering off in happy mode * style: address review comments * Dolphin: add missing furi_checks * Komi: add missing region initialization on startup Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
|
||||
#include "dolphin_deed.h"
|
||||
|
||||
typedef enum {
|
||||
DolphinFlagHappyMode = 1,
|
||||
} DolphinFlags;
|
||||
|
||||
typedef struct DolphinState DolphinState;
|
||||
typedef struct {
|
||||
uint8_t icounter_daily_limit[DolphinAppMAX];
|
||||
|
||||
Reference in New Issue
Block a user