diff --git a/lockout-turbo/cfg-emisar-d4v2.h b/lockout-turbo/cfg-emisar-d4v2.h new file mode 100644 index 0000000..203e538 --- /dev/null +++ b/lockout-turbo/cfg-emisar-d4v2.h @@ -0,0 +1,2 @@ +// Emisar D4 config options for Anduril +#include "../../bzr/anduril2/ToyKeeper/spaghetti-monster/anduril/cfg-emisar-d4v2.h" diff --git a/lockout-turbo/cfg-noctigon-kr4-nofet.h b/lockout-turbo/cfg-noctigon-kr4-nofet.h new file mode 100644 index 0000000..1b05023 --- /dev/null +++ b/lockout-turbo/cfg-noctigon-kr4-nofet.h @@ -0,0 +1,4 @@ +// Noctigon KR4 (fetless) config options for Anduril +// (and Noctigon KR1) +// (and Emisar D4v2 E21A, a.k.a. "D4v2.5") +#include "../../bzr/anduril2/ToyKeeper/spaghetti-monster/anduril/cfg-noctigon-kr4-nofet.h" diff --git a/lockout-turbo/patch b/lockout-turbo/patch new file mode 100644 index 0000000..f008f09 --- /dev/null +++ b/lockout-turbo/patch @@ -0,0 +1,16 @@ +=== modified file 'ToyKeeper/spaghetti-monster/anduril/lockout-mode.c' +--- ToyKeeper/spaghetti-monster/anduril/lockout-mode.c 2021-12-13 22:19:19 +0000 ++++ ToyKeeper/spaghetti-monster/anduril/lockout-mode.c 2022-02-12 04:46:48 +0000 +@@ -35,10 +35,7 @@ + // click, hold: highest floor (or manual mem level) + uint8_t lvl = ramp_floors[0]; + if ((event & 0x0f) == 2) { // second click +- if (ramp_floors[1] > lvl) lvl = ramp_floors[1]; +- #ifdef USE_MANUAL_MEMORY +- if (manual_memory) lvl = manual_memory; +- #endif ++ lvl = MAX_LEVEL; + } else { // anything except second click + if (ramp_floors[1] < lvl) lvl = ramp_floors[1]; + } +