From ef84fef658f3d2ef5fb13d198faa64bb59443afb Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sat, 15 Apr 2023 18:35:24 -0600 Subject: LT1S Pro: added manual memory with a timer by default, like on SP10 Pro --- spaghetti-monster/anduril/cfg-sofirn-lt1s-pro.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'spaghetti-monster') 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 -- cgit v1.2.3