diff options
| author | Gabriel Hart | 2021-08-29 14:37:22 -0500 |
|---|---|---|
| committer | Gabriel Hart | 2021-08-29 14:37:22 -0500 |
| commit | 51a8a455e613f61caa06a9c76a998724de7dca40 (patch) | |
| tree | d97cc5464df300224b563b26d9b1422d3a6e0b7f /spaghetti-monster | |
| parent | Merge in TK's repo thru revision 613 (diff) | |
| download | anduril-51a8a455e613f61caa06a9c76a998724de7dca40.tar.gz anduril-51a8a455e613f61caa06a9c76a998724de7dca40.tar.bz2 anduril-51a8a455e613f61caa06a9c76a998724de7dca40.zip | |
Add 2C Turbo for BLF Lantern (LT1)
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-blf-lantern.h | 3 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/version.h | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/cfg-blf-lantern.h b/spaghetti-monster/anduril/cfg-blf-lantern.h index 6e30d55..63f507d 100644 --- a/spaghetti-monster/anduril/cfg-blf-lantern.h +++ b/spaghetti-monster/anduril/cfg-blf-lantern.h @@ -62,6 +62,9 @@ #define SIMPLE_UI_CEIL RAMP_DISCRETE_CEIL #define SIMPLE_UI_STEPS RAMP_DISCRETE_STEPS +// also at Sofirn's request, enable 2 click turbo +#define USE_2C_MAX_TURBO + #define USE_SOS_MODE #define USE_SOS_MODE_IN_BLINKY_GROUP diff --git a/spaghetti-monster/anduril/version.h b/spaghetti-monster/anduril/version.h index f0c08a5..cb49013 100644 --- a/spaghetti-monster/anduril/version.h +++ b/spaghetti-monster/anduril/version.h @@ -1 +1 @@ -#define VERSION_NUMBER "20210815" +#define VERSION_NUMBER "20210825" |
