preliminary accelerometer support in Movement
This commit is contained in:
@@ -31,11 +31,11 @@ const watch_face_t watch_faces[] = {
|
||||
clock_face,
|
||||
world_clock_face,
|
||||
sunrise_sunset_face,
|
||||
beats_face,
|
||||
advanced_alarm_face,
|
||||
countdown_face,
|
||||
fast_stopwatch_face,
|
||||
beats_face,
|
||||
accel_interrupt_count_face,
|
||||
voltage_face,
|
||||
temperature_display_face,
|
||||
preferences_face,
|
||||
set_time_face,
|
||||
};
|
||||
@@ -48,7 +48,7 @@ const watch_face_t watch_faces[] = {
|
||||
* 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 (0) // (MOVEMENT_NUM_FACES - 2)
|
||||
#define MOVEMENT_SECONDARY_FACE_INDEX (MOVEMENT_NUM_FACES - 4)
|
||||
|
||||
/* Custom hourly chime tune. Check movement_custom_signal_tunes.h for options. */
|
||||
#define SIGNAL_TUNE_DEFAULT
|
||||
|
||||
Reference in New Issue
Block a user