diff options
| -rw-r--r-- | spaghetti-monster/anduril/cfg-sofirn-sp36.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/cfg-sofirn-sp36.h b/spaghetti-monster/anduril/cfg-sofirn-sp36.h new file mode 100644 index 0000000..11e3735 --- /dev/null +++ b/spaghetti-monster/anduril/cfg-sofirn-sp36.h @@ -0,0 +1,16 @@ +// Sofirn SP36 (small Q8) config options for Anduril + +#define FSM_BLF_Q8_DRIVER +#include "cfg-blf-q8.h" + +// stop panicking at ~50% power or ~2000 lm +#ifdef THERM_FASTER_LEVEL +#undef THERM_FASTER_LEVEL +#endif +#define THERM_FASTER_LEVEL 125 + +// be extra-careful at high levels +#ifndef THERM_HARD_TURBO_DROP +#define THERM_HARD_TURBO_DROP +#endif + |
