mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-24 13:52:38 +03:00
9 lines
167 B
C
9 lines
167 B
C
|
typedef enum {
|
||
|
HidViewSubmenu,
|
||
|
HidViewKeynote,
|
||
|
HidViewKeyboard,
|
||
|
HidViewMedia,
|
||
|
HidViewMouse,
|
||
|
BtHidViewTikTok,
|
||
|
HidViewExitConfirm,
|
||
|
} HidView;
|