diff options
| author | Selene ToyKeeper | 2023-12-10 17:47:50 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-12-10 17:47:50 -0700 |
| commit | 1d57e4a89ebe628ef8bcf9e324c9d1c2070d3685 (patch) | |
| tree | 8f1926fc3adf4f93106f770175995c141e90f64f /hw | |
| parent | moved version string calculation to bin/version-string.sh (diff) | |
| download | anduril-1d57e4a89ebe628ef8bcf9e324c9d1c2070d3685.tar.gz anduril-1d57e4a89ebe628ef8bcf9e324c9d1c2070d3685.tar.bz2 anduril-1d57e4a89ebe628ef8bcf9e324c9d1c2070d3685.zip | |
fw3x: reduced pulsing on low modes
Diffstat (limited to '')
| -rw-r--r-- | hw/lumintop/fw3x-lume1/anduril.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/lumintop/fw3x-lume1/anduril.h b/hw/lumintop/fw3x-lume1/anduril.h index cd06c6a..852e1c4 100644 --- a/hw/lumintop/fw3x-lume1/anduril.h +++ b/hw/lumintop/fw3x-lume1/anduril.h @@ -34,8 +34,8 @@ #define DEFAULT_LEVEL 56 #define MAX_1x7135 149 #define MIN_THERM_STEPDOWN 50 -#define HALFSPEED_LEVEL 21 -#define QUARTERSPEED_LEVEL 11 +#define HALFSPEED_LEVEL 11 +#define QUARTERSPEED_LEVEL 2 #define RAMP_SMOOTH_FLOOR 1 #define RAMP_SMOOTH_CEIL 149 |
