summaryrefslogtreecommitdiffstats
path: root/movement/make
diff options
context:
space:
mode:
authorTheOnePerson <a.nebinger@web.de>2023-03-11 22:26:36 +0100
committerGitHub <noreply@github.com>2023-03-11 16:26:36 -0500
commit2d46a9bf9e9952b691b7ef57640038655b4e2bba (patch)
tree9beb375cdb7c17f430ff593d8cbd77305d09933a /movement/make
parent7584f9bf98ea0d42a3c02e92d24f541a54836d8b (diff)
downloadSensor-Watch-2d46a9bf9e9952b691b7ef57640038655b4e2bba.tar.gz
Sensor-Watch-2d46a9bf9e9952b691b7ef57640038655b4e2bba.tar.bz2
Sensor-Watch-2d46a9bf9e9952b691b7ef57640038655b4e2bba.zip
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 <joeycastillo@utexas.edu>
Diffstat (limited to 'movement/make')
-rw-r--r--movement/make/Makefile1
1 files changed, 1 insertions, 0 deletions
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.