diff options
| author | Selene ToyKeeper | 2023-10-27 05:58:27 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-10-27 05:58:27 -0600 |
| commit | b096e3c4dc3279df35ffd2a742ec8776834207dc (patch) | |
| tree | c37a47fa387e3543c436a4848e3662ea936b27be | |
| parent | converted noctigon-m44 to use PWM+DSM instead of PWM+PFM (dynamic PWM) (diff) | |
| download | anduril-b096e3c4dc3279df35ffd2a742ec8776834207dc.tar.gz anduril-b096e3c4dc3279df35ffd2a742ec8776834207dc.tar.bz2 anduril-b096e3c4dc3279df35ffd2a742ec8776834207dc.zip | |
enabled smooth steps on blf-q8 and sofirn-sp36, instead of tactical mode
| -rw-r--r-- | spaghetti-monster/anduril/cfg-blf-q8.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/cfg-blf-q8.h b/spaghetti-monster/anduril/cfg-blf-q8.h index 956b9f4..29dbcb7 100644 --- a/spaghetti-monster/anduril/cfg-blf-q8.h +++ b/spaghetti-monster/anduril/cfg-blf-q8.h @@ -59,6 +59,8 @@ #undef BLINK_AT_RAMP_MIDDLE #endif +#define USE_SMOOTH_STEPS + // too big, remove stuff to make room #undef USE_SOS_MODE //#undef USE_RAMP_AFTER_MOON_CONFIG @@ -66,4 +68,4 @@ //#undef USE_VOLTAGE_CORRECTION //#undef USE_2C_STYLE_CONFIG //#undef USE_TACTICAL_STROBE_MODE -//#undef USE_TACTICAL_MODE +#undef USE_TACTICAL_MODE |
