From 02c84dfd97c5f0d47f0675303bfc5d29738969e6 Mon Sep 17 00:00:00 2001 From: Wesley Ellis Date: Sat, 1 Jan 2022 14:15:03 -0500 Subject: Add Countdown Face A simple countdown face using movement_schedule_background_task so that it rings, even if the another face is active Limited to 99 minutes and 59 seconds so that the watch isn't staying out of deep sleep for too long --- movement/make/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'movement/make/Makefile') diff --git a/movement/make/Makefile b/movement/make/Makefile index 4910b102..850d705d 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -45,6 +45,7 @@ SRCS += \ ../watch_faces/complications/day_one_face.c \ ../watch_faces/complications/stopwatch_face.c \ ../watch_faces/complications/totp_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 -- cgit v1.2.3