fast_stopwatch_face,
countdown_face,
alarm_face,
- temperature_display_face,
voltage_face,
totp_face,
- settings_face,
+ temperature_display_face,
set_time_face,
+ settings_face,
};
#define MOVEMENT_NUM_FACES (sizeof(watch_faces) / sizeof(watch_face_t))
* Some folks also like to use this to hide the preferences and time set faces from the normal rotation.
* If you don't want any faces to be excluded, set this to 0 and a long Mode press will have no effect.
*/
-#define MOVEMENT_SECONDARY_FACE_INDEX (MOVEMENT_NUM_FACES - 3)
+#define MOVEMENT_SECONDARY_FACE_INDEX (MOVEMENT_NUM_FACES - 5)
/* Custom hourly chime tune. Check movement_custom_signal_tunes.h for options. */
#define SIGNAL_TUNE_MGS_CODEC
/* Determines the intensity of the led colors
* Set a hex value 0-15 with 0x0 being off and 0xF being max intensity
*/
-#define MOVEMENT_DEFAULT_RED_COLOR 0x0
+#define MOVEMENT_DEFAULT_RED_COLOR 0xF
#define MOVEMENT_DEFAULT_GREEN_COLOR 0xF
#define MOVEMENT_DEFAULT_BLUE_COLOR 0x0
/* Set the led duration
* Valid values are:
* 0: No LED
- * 1: 1 second
- * 2: 3 seconds
- * 3: 5 seconds
+ * 1: Momentary
+ * 2: 1 second
+ * 3: 3 seconds
+ * 4: 5 seconds
*/
-#define MOVEMENT_DEFAULT_LED_DURATION 2
+#define MOVEMENT_DEFAULT_LED_DURATION 1
/* Optionally debounce button presses (disable by default).
* A value of 4 is a good starting point if you have issues