From 51a8a455e613f61caa06a9c76a998724de7dca40 Mon Sep 17 00:00:00 2001 From: Gabriel Hart Date: Sun, 29 Aug 2021 14:37:22 -0500 Subject: Add 2C Turbo for BLF Lantern (LT1) --- spaghetti-monster/anduril/cfg-blf-lantern.h | 3 +++ spaghetti-monster/anduril/version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'spaghetti-monster') 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" -- cgit v1.2.3