diff options
| author | Selene ToyKeeper | 2019-06-01 14:33:32 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2019-06-01 14:33:32 -0600 |
| commit | 90a0f8ff2ff7bad59eef4a4f1211843704b6642b (patch) | |
| tree | 1b56d257135ca8e43c6b1dfdc23788e9b19f6904 /spaghetti-monster/fireflies-ui/cfg-ff-e07-2.h | |
| parent | Added a compile-time option for manual memory. (diff) | |
| parent | merged recent anduril updates into fireflies-ui (diff) | |
| download | anduril-90a0f8ff2ff7bad59eef4a4f1211843704b6642b.tar.gz anduril-90a0f8ff2ff7bad59eef4a4f1211843704b6642b.tar.bz2 anduril-90a0f8ff2ff7bad59eef4a4f1211843704b6642b.zip | |
merged fireflies-ui branch with FF E01 and FF E07 v2 support
Diffstat (limited to '')
| -rw-r--r-- | spaghetti-monster/fireflies-ui/cfg-ff-e07-2.h (renamed from spaghetti-monster/fireflies-ui/cfg-ff-edc-thrower.h) | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/spaghetti-monster/fireflies-ui/cfg-ff-edc-thrower.h b/spaghetti-monster/fireflies-ui/cfg-ff-e07-2.h index 31be0ef..48f9c15 100644 --- a/spaghetti-monster/fireflies-ui/cfg-ff-edc-thrower.h +++ b/spaghetti-monster/fireflies-ui/cfg-ff-e07-2.h @@ -1,20 +1,20 @@ -// Fireflies EDC thrower config options for Fireflies UI +// Fireflies E07-2 config options for Anduril / FFUI +// mostly the same as PL47 #include "cfg-ff-pl47.h" -// disable indicator LED -#undef USE_INDICATOR_LED - -// ceiling is level 130/150 (50% power) +// ceiling is level 130/150 (50% power) #undef RAMP_SMOOTH_CEIL #define RAMP_SMOOTH_CEIL 130 -// 36, 83, 130 (83 is highest regulated) +// 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 36 +#define RAMP_DISCRETE_FLOOR 20 #undef RAMP_DISCRETE_CEIL #define RAMP_DISCRETE_CEIL RAMP_SMOOTH_CEIL #undef RAMP_DISCRETE_STEPS -#define RAMP_DISCRETE_STEPS 3 +#define RAMP_DISCRETE_STEPS 4 // regulate down faster when the FET is active, slower otherwise #undef THERM_FASTER_LEVEL |
