Skip to content

Commit 9ba64f0

Browse files
committed
unify brightness & volume scripts
Signed-off-by: Michel-FK <[email protected]>
1 parent 34b8d40 commit 9ba64f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fk_menu.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ typedef enum {ASPECT_RATIOS} ENUM_ASPECT_RATIOS_TYPES;
9999

100100
////------ Menu commands -------
101101
#ifdef HAS_MENU_VOLUME
102-
#define SHELL_CMD_VOLUME_GET "volume_get"
103-
#define SHELL_CMD_VOLUME_SET "volume_set"
102+
#define SHELL_CMD_VOLUME_GET "volume get"
103+
#define SHELL_CMD_VOLUME_SET "volume set"
104104
#endif
105105
#ifdef HAS_MENU_BRIGHTNESS
106-
#define SHELL_CMD_BRIGHTNESS_GET "brightness_get"
107-
#define SHELL_CMD_BRIGHTNESS_SET "brightness_set"
106+
#define SHELL_CMD_BRIGHTNESS_GET "brightness get"
107+
#define SHELL_CMD_BRIGHTNESS_SET "brightness set"
108108
#endif
109109
#ifdef HAS_MENU_USB
110110
#define SHELL_CMD_USB_DATA_CONNECTED "is_usb_data_connected"

0 commit comments

Comments
 (0)