mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-01-20 06:45:12 +01:00
unify brightness & volume scripts
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
parent
a1c265f207
commit
a48c3021b0
@ -32,10 +32,10 @@ typedef enum {RESUME_OPTIONS} ENUM_RESUME_OPTIONS;
|
||||
#define NOTIF_SECONDS_DISP 2
|
||||
|
||||
////------ Menu commands -------
|
||||
#define SHELL_CMD_VOLUME_GET "volume_get"
|
||||
#define SHELL_CMD_VOLUME_SET "volume_set"
|
||||
#define SHELL_CMD_BRIGHTNESS_GET "brightness_get"
|
||||
#define SHELL_CMD_BRIGHTNESS_SET "brightness_set"
|
||||
#define SHELL_CMD_VOLUME_GET "volume get"
|
||||
#define SHELL_CMD_VOLUME_SET "volume set"
|
||||
#define SHELL_CMD_BRIGHTNESS_GET "brightness get"
|
||||
#define SHELL_CMD_BRIGHTNESS_SET "brightness set"
|
||||
#define SHELL_CMD_NOTIF "notif_set"
|
||||
#define SHELL_CMD_NOTIF_CLEAR "notif_clear"
|
||||
#define SHELL_CMD_WRITE_QUICK_LOAD_CMD "write_args_quick_load_file"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user