mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-19 04:44:47 -07:00
Small rgb_backlight settings menu changes
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
#define RGB_BACKLIGHT_SETTINGS_PATH INT_PATH(RGB_BACKLIGHT_SETTINGS_FILE_NAME)
|
||||
|
||||
#define RGB_BACKLIGHT_SETTINGS_MAGIC (0x30)
|
||||
#define RGB_BACKLIGHT_SETTINGS_VER_PREV (2) // Previous version number
|
||||
#define RGB_BACKLIGHT_SETTINGS_VER (3) // Current version number
|
||||
#define RGB_BACKLIGHT_SETTINGS_VER_PREV (3) // Previous version number
|
||||
#define RGB_BACKLIGHT_SETTINGS_VER (4) // Current version number
|
||||
|
||||
//pervious settings must be copyed from previous rgb_backlight_settings.h file
|
||||
typedef struct {
|
||||
|
||||
@@ -10,6 +10,7 @@ typedef struct {
|
||||
float brightness;
|
||||
|
||||
// static gradient mode settings
|
||||
bool individual_led;
|
||||
uint8_t led_2_color_index;
|
||||
uint8_t led_1_color_index;
|
||||
uint8_t led_0_color_index;
|
||||
|
||||
Reference in New Issue
Block a user