Skip to content

Commit

Permalink
Swap color modes in enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Mar 8, 2024
1 parent 5a61ee4 commit 537fd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/momentum/momentum.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ typedef enum {

typedef enum {
VgmColorModeDefault,
VgmColorModeRgbBacklight,
VgmColorModeCustom,
VgmColorModeRgbBacklight,
VgmColorModeCount,
} VgmColorMode;

Expand Down

0 comments on commit 537fd8d

Please sign in to comment.