diff options
| author | Selene ToyKeeper | 2019-04-14 17:21:53 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2019-04-14 17:21:53 -0600 |
| commit | 06b9803baf6c11f4fc9ac98cacac78bf8a322400 (patch) | |
| tree | f63411cb889ac4966de5ef34f3a1795c7dfbf0ef /spaghetti-monster | |
| parent | applied upstream anduril changes to fireflies-ui (diff) | |
| download | anduril-06b9803baf6c11f4fc9ac98cacac78bf8a322400.tar.gz anduril-06b9803baf6c11f4fc9ac98cacac78bf8a322400.tar.bz2 anduril-06b9803baf6c11f4fc9ac98cacac78bf8a322400.zip | |
added FF E07-2 configuration with requested values
Diffstat (limited to '')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-ff-e07-2.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/cfg-ff-e07-2.h b/spaghetti-monster/anduril/cfg-ff-e07-2.h new file mode 100644 index 0000000..48f9c15 --- /dev/null +++ b/spaghetti-monster/anduril/cfg-ff-e07-2.h @@ -0,0 +1,27 @@ +// Fireflies E07-2 config options for Anduril / FFUI +// mostly the same as PL47 +#include "cfg-ff-pl47.h" + +// ceiling is level 130/150 (50% power) +#undef RAMP_SMOOTH_CEIL +#define RAMP_SMOOTH_CEIL 130 + +// 20, 56, 93, 130 (83 is highest regulated) +// (requested config is 1%, 5%, 25%, 50%, double-click-turbo) +// (but this doesn't allow us to hit level 83) +#undef RAMP_DISCRETE_FLOOR +#define RAMP_DISCRETE_FLOOR 20 +#undef RAMP_DISCRETE_CEIL +#define RAMP_DISCRETE_CEIL RAMP_SMOOTH_CEIL +#undef RAMP_DISCRETE_STEPS +#define RAMP_DISCRETE_STEPS 4 + +// regulate down faster when the FET is active, slower otherwise +#undef THERM_FASTER_LEVEL +#define THERM_FASTER_LEVEL 130 // throttle back faster when high + +// play it safe, don't try to regulate above the recommended safe level +#ifndef THERM_HARD_TURBO_DROP +#define THERM_HARD_TURBO_DROP +#endif + |
