From 7584f9bf98ea0d42a3c02e92d24f541a54836d8b Mon Sep 17 00:00:00 2001 From: thg191 <32111025+RighteousLightning@users.noreply.github.com> Date: Sat, 11 Mar 2023 21:12:00 +0000 Subject: discgolf_face initial commit (#207) * discgolf_face initial commit * Comment on wrong line * updated drawing method and added beeps * Put description in appropriate file, added license * fixed for loops that didn't cover whole array, long mode press snaps back to default face --------- 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 aa222627..3ce60dc2 100644 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -96,6 +96,7 @@ SRCS += \ ../watch_faces/complication/morsecalc_face.c \ ../watch_faces/complication/rpn_calculator_face.c \ ../watch_faces/complication/ships_bell_face.c \ + ../watch_faces/complication/discgolf_face.c \ ../watch_faces/complication/habit_face.c \ ../watch_faces/clock/repetition_minute_face.c \ # New watch faces go above this line. -- cgit v1.2.3