mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
backlight time correction
This commit is contained in:
@@ -39,7 +39,7 @@ typedef struct {
|
|||||||
Light light;
|
Light light;
|
||||||
} NotificationLedLayer;
|
} NotificationLedLayer;
|
||||||
|
|
||||||
#define NOTIFICATION_SETTINGS_VERSION 0x05
|
#define NOTIFICATION_SETTINGS_VERSION 0x06
|
||||||
#define NOTIFICATION_SETTINGS_PATH INT_PATH(NOTIFICATION_SETTINGS_FILE_NAME)
|
#define NOTIFICATION_SETTINGS_PATH INT_PATH(NOTIFICATION_SETTINGS_FILE_NAME)
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ const float volume_value[VOLUME_COUNT] = {
|
|||||||
#define DELAY_COUNT 12
|
#define DELAY_COUNT 12
|
||||||
const char* const delay_text[DELAY_COUNT] = {
|
const char* const delay_text[DELAY_COUNT] = {
|
||||||
"Always ON",
|
"Always ON",
|
||||||
"1s",
|
"2s",
|
||||||
"5s",
|
"5s",
|
||||||
"10s",
|
"10s",
|
||||||
"15s",
|
"15s",
|
||||||
@@ -100,7 +100,7 @@ const char* const delay_text[DELAY_COUNT] = {
|
|||||||
"30min",
|
"30min",
|
||||||
};
|
};
|
||||||
const uint32_t delay_value[DELAY_COUNT] =
|
const uint32_t delay_value[DELAY_COUNT] =
|
||||||
{0, 1000, 5000, 10000, 15000, 30000, 60000, 90000, 120000, 300000, 600000, 1800000};
|
{0, 2000, 5000, 10000, 15000, 30000, 60000, 90000, 120000, 300000, 600000, 1800000};
|
||||||
|
|
||||||
#define VIBRO_COUNT 2
|
#define VIBRO_COUNT 2
|
||||||
const char* const vibro_text[VIBRO_COUNT] = {
|
const char* const vibro_text[VIBRO_COUNT] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user