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/anduril/cfg-noctigon-k9.3.h | |
| 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 '')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-noctigon-k9.3.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/spaghetti-monster/anduril/cfg-noctigon-k9.3.h b/spaghetti-monster/anduril/cfg-noctigon-k9.3.h index 4ae859a..f3a6cdd 100644 --- a/spaghetti-monster/anduril/cfg-noctigon-k9.3.h +++ b/spaghetti-monster/anduril/cfg-noctigon-k9.3.h @@ -23,10 +23,6 @@ inline void set_level_override(uint8_t level); #undef USE_INDICATOR_LED_WHILE_RAMPING #endif -// enable blinking aux LEDs -#define TICK_DURING_STANDBY -#define STANDBY_TICK_SPEED 3 // every 0.128 s - // has two channels of independent LEDs #define USE_TINT_RAMPING // ... but it doesn't make sense to ramp between; only toggle |
