../watch_faces/complications/day_one_face.c \
../watch_faces/complications/stopwatch_face.c \
../watch_faces/complications/totp_face.c \
+ ../watch_faces/complications/sunrise_sunset_face.c \
+ ../watch_faces/complications/countdown_face.c \
# Leave this line at the bottom of the file; it has all the targets for making your project.
include $(TOP)/rules.mk
#include "lis2dh_logging_face.h"
#include "demo_face.h"
#include "hello_there_face.h"
+#include "sunrise_sunset_face.h"
+ #include "countdown_face.h"
const watch_face_t watch_faces[] = {
simple_clock_face,