diff options
| author | Selene ToyKeeper | 2023-11-30 09:24:14 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-11-30 09:24:14 -0700 |
| commit | a32338a22bdf0e8b86d7860a04f0ae4a7cc4c2ab (patch) | |
| tree | 0815c66d18d36f0aed4ff727f204bace40458d7d | |
| parent | minor documentation updates (diff) | |
| download | anduril-a32338a22bdf0e8b86d7860a04f0ae4a7cc4c2ab.tar.gz anduril-a32338a22bdf0e8b86d7860a04f0ae4a7cc4c2ab.tar.bz2 anduril-a32338a22bdf0e8b86d7860a04f0ae4a7cc4c2ab.zip | |
sofirn-lt1s-pro: disable memory timer and extended simple UI by default
(users complained, and extended simple UI probably needs to be off by
default in all factory builds anyway)
| -rw-r--r-- | hw/sofirn/lt1s-pro/anduril.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/sofirn/lt1s-pro/anduril.h b/hw/sofirn/lt1s-pro/anduril.h index 1840b58..578afde 100644 --- a/hw/sofirn/lt1s-pro/anduril.h +++ b/hw/sofirn/lt1s-pro/anduril.h @@ -86,13 +86,13 @@ #define USE_SIMPLE_UI_RAMPING_TOGGLE // allow Aux Config and Strobe Modes in Simple UI -#define USE_EXTENDED_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 +//#define DEFAULT_MANUAL_MEMORY 50 // reset to default after being off for 10 minutes -#define DEFAULT_MANUAL_MEMORY_TIMER 10 +//#define DEFAULT_MANUAL_MEMORY_TIMER 10 // enable 2 click turbo (Anduril 1 style) #define DEFAULT_2C_STYLE 1 |
