diff options
| author | Selene ToyKeeper | 2023-04-29 01:45:00 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-04-29 01:45:00 -0600 |
| commit | 0c88040fa1c2f3ffd5f6b6f6f5b12f5bd2193b06 (patch) | |
| tree | 9255ba4507ec415e2f8575e3e9e175d5c87a556b /spaghetti-monster | |
| parent | missed this file on previous commit (diff) | |
| download | anduril-0c88040fa1c2f3ffd5f6b6f6f5b12f5bd2193b06.tar.gz anduril-0c88040fa1c2f3ffd5f6b6f6f5b12f5bd2193b06.tar.bz2 anduril-0c88040fa1c2f3ffd5f6b6f6f5b12f5bd2193b06.zip | |
KR4: ramp can use 8 bits, since values never go over 255
also, don't blink at top of linear range
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-noctigon-kr4.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/cfg-noctigon-kr4.h b/spaghetti-monster/anduril/cfg-noctigon-kr4.h index bfecbea..78c76de 100644 --- a/spaghetti-monster/anduril/cfg-noctigon-kr4.h +++ b/spaghetti-monster/anduril/cfg-noctigon-kr4.h @@ -90,6 +90,11 @@ // the default of 26 looks a bit rough, so increase it to make it smoother #define CANDLE_AMPLITUDE 33 +// don't blink while ramping +#ifdef BLINK_AT_RAMP_MIDDLE +#undef BLINK_AT_RAMP_MIDDLE +#endif + // can't reset the normal way because power is connected before the button #define USE_SOFT_FACTORY_RESET |
