Skip to content

Commit

Permalink
new face (not replacing sunrise_sunset_face)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcguirepr89 committed Oct 16, 2024
1 parent 8b19ce4 commit 3d41a59
Show file tree
Hide file tree
Showing 4 changed files with 596 additions and 0 deletions.
1 change: 1 addition & 0 deletions movement/make/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ SRCS += \
../watch_faces/sensor/accel_interrupt_count_face.c \
../watch_faces/complication/metronome_face.c \
../watch_faces/complication/smallchess_face.c \
../watch_faces/complication/sunrise_sunset_alt_face.c \
# New watch faces go above this line.

# Leave this line at the bottom of the file; it has all the targets for making your project.
Expand Down
1 change: 1 addition & 0 deletions movement/movement_faces.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
#include "accel_interrupt_count_face.h"
#include "metronome_face.h"
#include "smallchess_face.h"
#include "sunrise_sunset_alt_face.h"
// New includes go above this line.

#endif // MOVEMENT_FACES_H_
Loading

0 comments on commit 3d41a59

Please sign in to comment.