mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 20:18:35 -07:00
Swap color modes in enum
This commit is contained in:
@@ -46,8 +46,8 @@ typedef enum {
|
||||
|
||||
typedef enum {
|
||||
VgmColorModeDefault,
|
||||
VgmColorModeRgbBacklight,
|
||||
VgmColorModeCustom,
|
||||
VgmColorModeRgbBacklight,
|
||||
VgmColorModeCount,
|
||||
} VgmColorMode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user