From 2d46a9bf9e9952b691b7ef57640038655b4e2bba Mon Sep 17 00:00:00 2001 From: TheOnePerson Date: Sat, 11 Mar 2023 22:26:36 +0100 Subject: Timer Face: Advanced countdown face with presets (#224) * timer face: initial commit, fully functional * timer face: show slot number in normal mode --------- Co-authored-by: joeycastillo --- movement/make/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'movement/make') diff --git a/movement/make/Makefile b/movement/make/Makefile index 3ce60dc2..bfdd1a23 100644 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -99,6 +99,7 @@ SRCS += \ ../watch_faces/complication/discgolf_face.c \ ../watch_faces/complication/habit_face.c \ ../watch_faces/clock/repetition_minute_face.c \ + ../watch_faces/complication/timer_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. -- cgit v1.2.3