disable settings hiding by default
This commit is contained in:
@@ -44,6 +44,6 @@ const watch_face_t watch_faces[] = {
|
||||
* excludes these faces from the normal rotation.
|
||||
* Usually it makes sense to set this to the preferences face.
|
||||
*/
|
||||
#define MOVEMENT_SECONDARY_FACE_INDEX (MOVEMENT_NUM_FACES - 2)
|
||||
#define MOVEMENT_SECONDARY_FACE_INDEX 0 // or (MOVEMENT_NUM_FACES - 2)
|
||||
|
||||
#endif // MOVEMENT_CONFIG_H_
|
||||
|
||||
Reference in New Issue
Block a user