aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fireflies-ui/fireflies-ui.c
diff options
context:
space:
mode:
authorSelene ToyKeeper2021-04-14 00:09:23 -0600
committerSelene ToyKeeper2021-04-14 00:09:23 -0600
commit8d10fc39a2ce9c16b00b8929e25cf03553af4a16 (patch)
tree01dd89093e8e1f99dd98de33b3c7dc8d21a63005 /spaghetti-monster/fireflies-ui/fireflies-ui.c
parentconfig updates for Hank (Emisar / Noctigon): (diff)
downloadanduril-8d10fc39a2ce9c16b00b8929e25cf03553af4a16.tar.gz
anduril-8d10fc39a2ce9c16b00b8929e25cf03553af4a16.tar.bz2
anduril-8d10fc39a2ce9c16b00b8929e25cf03553af4a16.zip
aux LED config cleaning...
- use fancy blinking mode by default (define USE_OLD_BLINKING_INDICATOR if old slow mode is wanted) - remove TICK_DURING_STANDBY from all cfg-*.h files because it's enabled automatically by other features anyway (autolock, memory timer) - remove STANDBY_TICK_SPEED from cfg-*.h because all the values matched the default anyway so it was redundant - set rot66 button LED to high+blinking instead of high+off (it was only "off" because it ran out of space, and that was resolved) - enabled fancier indicator by default on fireflies-ui and rampingiosv3, since its other #define clauses were removed (not sure if those older UIs still compile, but if so, it's worth at least trying not to break it)
Diffstat (limited to 'spaghetti-monster/fireflies-ui/fireflies-ui.c')
-rw-r--r--spaghetti-monster/fireflies-ui/fireflies-ui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/spaghetti-monster/fireflies-ui/fireflies-ui.c b/spaghetti-monster/fireflies-ui/fireflies-ui.c
index 2c3e60b..93a3180 100644
--- a/spaghetti-monster/fireflies-ui/fireflies-ui.c
+++ b/spaghetti-monster/fireflies-ui/fireflies-ui.c
@@ -2107,6 +2107,7 @@ void blip() {
#if defined(USE_INDICATOR_LED) && defined(TICK_DURING_STANDBY)
// beacon-like mode for the indicator LED
void indicator_blink(uint8_t arg) {
+ #define USE_FANCIER_BLINKING_INDICATOR
#ifdef USE_FANCIER_BLINKING_INDICATOR
// fancy blink, set off/low/high levels here: