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