diff options
| author | Selene ToyKeeper | 2021-04-14 00:09:23 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2021-04-14 00:09:23 -0600 |
| commit | 8d10fc39a2ce9c16b00b8929e25cf03553af4a16 (patch) | |
| tree | 01dd89093e8e1f99dd98de33b3c7dc8d21a63005 /spaghetti-monster/rampingios | |
| parent | config updates for Hank (Emisar / Noctigon): (diff) | |
| download | anduril-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/rampingios')
| -rw-r--r-- | spaghetti-monster/rampingios/rampingiosv3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spaghetti-monster/rampingios/rampingiosv3.c b/spaghetti-monster/rampingios/rampingiosv3.c index 7f03e77..7b6baee 100644 --- a/spaghetti-monster/rampingios/rampingiosv3.c +++ b/spaghetti-monster/rampingios/rampingiosv3.c @@ -1106,6 +1106,7 @@ void blink_confirm(uint8_t num) { #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: |
