Skip to content

Commit

Permalink
VGM: Add rainbow option to settings menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Mar 9, 2024
1 parent a5ae139 commit 1274bd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ void momentum_app_scene_misc_vgm_var_item_list_callback(void* context, uint32_t
const char* const colors_names[VgmColorModeCount] = {
"Default",
"Custom",
"Rainbow",
"RGB Backlight",
};
static void momentum_app_scene_misc_vgm_colors_changed(VariableItem* item) {
Expand Down
1 change: 1 addition & 0 deletions lib/momentum/momentum.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ typedef enum {
typedef enum {
VgmColorModeDefault,
VgmColorModeCustom,
VgmColorModeRainbow,
VgmColorModeRgbBacklight,
VgmColorModeCount,
} VgmColorMode;
Expand Down

0 comments on commit 1274bd8

Please sign in to comment.