diff options
| author | Selene ToyKeeper | 2020-04-19 03:12:25 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2020-04-19 03:12:25 -0600 |
| commit | d9105a32fee77822745c25e3c4b778cc079155da (patch) | |
| tree | 8eb8396310f753c58faf216e0c5d4eb951dc5b64 /spaghetti-monster | |
| parent | anduril: made aux RGB rainbow mode speed configurable per build target (diff) | |
| download | anduril-d9105a32fee77822745c25e3c4b778cc079155da.tar.gz anduril-d9105a32fee77822745c25e3c4b778cc079155da.tar.bz2 anduril-d9105a32fee77822745c25e3c4b778cc079155da.zip | |
KR4-noFET: made candle mode vary more since the ramp is stretched out, raised therm faster level
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-noctigon-kr4-nofet.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/spaghetti-monster/anduril/cfg-noctigon-kr4-nofet.h b/spaghetti-monster/anduril/cfg-noctigon-kr4-nofet.h index 00751fd..19cbc23 100644 --- a/spaghetti-monster/anduril/cfg-noctigon-kr4-nofet.h +++ b/spaghetti-monster/anduril/cfg-noctigon-kr4-nofet.h @@ -36,9 +36,12 @@ #define MUGGLE_FLOOR RAMP_DISCRETE_FLOOR #define MUGGLE_CEILING 70 -// stop panicking at ~70% power or ~1200 lm +// make candle mode wobble more +#define CANDLE_AMPLITUDE 32 + +// stop panicking at ~90% power or ~1600 lm #undef THERM_FASTER_LEVEL -#define THERM_FASTER_LEVEL 130 +#define THERM_FASTER_LEVEL 143 #undef MIN_THERM_STEPDOWN #define MIN_THERM_STEPDOWN DEFAULT_LEVEL |
