diff options
author | joshber <800692+joshber@users.noreply.github.com> | 2022-07-25 11:57:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-25 11:57:12 -0400 |
commit | f120d66a98cac17fd69169500e148ffbc6eccd69 (patch) | |
tree | a567fbe36f25c30edefda112e22fabcfd502a7d8 /movement/alt_fw/focus.h | |
parent | b234db74fe3f70254860715cc4bb828a30290fb2 (diff) | |
download | Sensor-Watch-f120d66a98cac17fd69169500e148ffbc6eccd69.tar.gz Sensor-Watch-f120d66a98cac17fd69169500e148ffbc6eccd69.tar.bz2 Sensor-Watch-f120d66a98cac17fd69169500e148ffbc6eccd69.zip |
Wake Face (#77)
Co-authored-by: Josh Berson <low.note0488@fastmail.com>
Diffstat (limited to 'movement/alt_fw/focus.h')
-rw-r--r-- | movement/alt_fw/focus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/alt_fw/focus.h b/movement/alt_fw/focus.h index 865459e8..ab5525a5 100644 --- a/movement/alt_fw/focus.h +++ b/movement/alt_fw/focus.h @@ -32,6 +32,7 @@ const watch_face_t watch_faces[] = { tomato_face, stopwatch_face, countdown_face, + wake_face, // added by @joshber 2022-07-23, per @joeycastillo preferences_face, set_time_face, |