aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fireflies-ui/cfg-ff-edc-thrower.h
blob: 31be0ef1bf7680e88a783c4dd6c88d827d965cd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Fireflies EDC thrower config options for Fireflies UI
#include "cfg-ff-pl47.h"

// disable indicator LED
#undef USE_INDICATOR_LED

// ceiling is level 130/150  (50% power)
#undef RAMP_SMOOTH_CEIL
#define RAMP_SMOOTH_CEIL 130

// 36, 83, 130 (83 is highest regulated)
#undef RAMP_DISCRETE_FLOOR
#define RAMP_DISCRETE_FLOOR 36
#undef RAMP_DISCRETE_CEIL
#define RAMP_DISCRETE_CEIL RAMP_SMOOTH_CEIL
#undef RAMP_DISCRETE_STEPS
#define RAMP_DISCRETE_STEPS 3

// 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