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/movement_faces.h | 1 + 1 file changed, 1 insertion(+) (limited to 'movement/movement_faces.h') diff --git a/movement/movement_faces.h b/movement/movement_faces.h index cd58ceee..6ae0ec0f 100644 --- a/movement/movement_faces.h +++ b/movement/movement_faces.h @@ -74,6 +74,7 @@ #include "morsecalc_face.h" #include "rpn_calculator_face.h" #include "ships_bell_face.h" +#include "discgolf_face.h" #include "habit_face.h" #include "repetition_minute_face.h" // New includes go above this line. -- cgit v1.2.3