This commit is contained in:
MX
2025-03-28 14:02:12 +03:00
parent 3e9bb38cd7
commit 82489cf8eb
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ typedef struct {
bool vibro_on; bool vibro_on;
float night_shift; float night_shift;
uint32_t night_shift_start; uint32_t night_shift_start;
uint32_t night_shift_end; uint32_t night_shift_end;
} NotificationSettings; } NotificationSettings;
struct NotificationApp { struct NotificationApp {

View File

@@ -20,7 +20,7 @@ typedef struct {
uint16_t rainbow_step; uint16_t rainbow_step;
uint8_t rainbow_saturation; uint8_t rainbow_saturation;
uint8_t rainbow_wide; uint8_t rainbow_wide;
} RGBBacklightSettings; } RGBBacklightSettings;
#ifdef __cplusplus #ifdef __cplusplus