From 8c9f8258537548194b2f80f9fe195595c23ad156 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Mon, 10 Aug 2026 21:50:47 -0400 Subject: [PATCH] Add another neat fact to the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0b3830..7c3a022 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,5 @@ Because it requires the perfect amount of thought to activate your brain in the ## Some Neat Stuff - The vibration pattern is randomized. It derives the length of the three pulses from the angles in the generated triangle. Neat! +- Some of the alarm scheduling code was taken from [Gentle Wake](https://github.com/SeaPea/GentleWake). It seems trusted by the community, so... I stole it! The beauty of open source, no AI needed! - A custom font was made to satisfy the need for something that looks like LECO but is monospaced. The version I made contains only numbers, period, and colon, but if you want to build off of it, [it's public](https://git.wetfence.xyz/RandyTheSilly/pebble-misc/src/branch/main/fonts) and easy to modify!