diff options
| author | Selene ToyKeeper | 2023-04-15 18:35:24 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-04-15 18:35:24 -0600 |
| commit | ef84fef658f3d2ef5fb13d198faa64bb59443afb (patch) | |
| tree | 3291f750a75b30477a09d7c3c602b639c15b3b7f /spaghetti-monster | |
| parent | merged gcharts config updates for BLF Q8 t1616 (diff) | |
| download | anduril-ef84fef658f3d2ef5fb13d198faa64bb59443afb.tar.gz anduril-ef84fef658f3d2ef5fb13d198faa64bb59443afb.tar.bz2 anduril-ef84fef658f3d2ef5fb13d198faa64bb59443afb.zip | |
LT1S Pro: added manual memory with a timer by default, like on SP10 Pro
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-sofirn-lt1s-pro.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/cfg-sofirn-lt1s-pro.h b/spaghetti-monster/anduril/cfg-sofirn-lt1s-pro.h index 4b4d4b2..b98eebd 100644 --- a/spaghetti-monster/anduril/cfg-sofirn-lt1s-pro.h +++ b/spaghetti-monster/anduril/cfg-sofirn-lt1s-pro.h @@ -76,6 +76,12 @@ // allow Aux Config and Strobe Modes in Simple UI #define USE_EXTENDED_SIMPLE_UI +// turn on at med-low brightness by default (level 50/150, or ramp step 3/7) +// (also sets lockout mode 2H to a useful level) +#define DEFAULT_MANUAL_MEMORY 50 +// reset to default after being off for 10 minutes +#define DEFAULT_MANUAL_MEMORY_TIMER 10 + // enable 2 click turbo (Anduril 1 style) #define DEFAULT_2C_STYLE 1 |
