Rollback config
This commit is contained in:
+4
-4
@@ -28,10 +28,10 @@
|
|||||||
#include "movement_faces.h"
|
#include "movement_faces.h"
|
||||||
|
|
||||||
const watch_face_t watch_faces[] = {
|
const watch_face_t watch_faces[] = {
|
||||||
local_solar_time_face,
|
|
||||||
clock_face,
|
clock_face,
|
||||||
/* world_clock_face, */
|
world_clock_face,
|
||||||
sunrise_sunset_face,
|
sunrise_sunset_face,
|
||||||
|
solar_time_face,
|
||||||
moon_phase_face,
|
moon_phase_face,
|
||||||
fast_stopwatch_face,
|
fast_stopwatch_face,
|
||||||
countdown_face,
|
countdown_face,
|
||||||
@@ -50,7 +50,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.
|
* 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.
|
* 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 - 5)
|
#define MOVEMENT_SECONDARY_FACE_INDEX 5
|
||||||
|
|
||||||
/* Custom hourly chime tune. Check movement_custom_signal_tunes.h for options. */
|
/* Custom hourly chime tune. Check movement_custom_signal_tunes.h for options. */
|
||||||
#define SIGNAL_TUNE_DEFAULT
|
#define SIGNAL_TUNE_DEFAULT
|
||||||
@@ -107,6 +107,6 @@ const watch_face_t watch_faces[] = {
|
|||||||
* A value of 4 is a good starting point if you have issues
|
* A value of 4 is a good starting point if you have issues
|
||||||
* with multiple button presses firing.
|
* with multiple button presses firing.
|
||||||
*/
|
*/
|
||||||
#define MOVEMENT_DEBOUNCE_TICKS 0
|
#define MOVEMENT_DEBOUNCE_TICKS 4
|
||||||
|
|
||||||
#endif // MOVEMENT_CONFIG_H_
|
#endif // MOVEMENT_CONFIG_H_
|
||||||
|
|||||||
Reference in New Issue
Block a user