From 66fbafe914c88724f7f3edff8936928bd664f77d Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sun, 2 Jun 2019 00:50:22 -0600 Subject: enabled manual memory option by default --- spaghetti-monster/anduril/anduril.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'spaghetti-monster') diff --git a/spaghetti-monster/anduril/anduril.c b/spaghetti-monster/anduril/anduril.c index 8e801bc..0fa5340 100644 --- a/spaghetti-monster/anduril/anduril.c +++ b/spaghetti-monster/anduril/anduril.c @@ -42,6 +42,13 @@ // ("hold, release, hold" ramps down instead of up) #define USE_REVERSING +// add a runtime option to switch between automatic memory (default) +// and manual memory (only available if compiled in) +// (manual memory makes 1-click-from-off start at the same level each time) +// (the level can be set explicitly with 5 clicks from on, +// or the user can go back to automatic with click-click-click-click-hold) +#define USE_MANUAL_MEMORY + // battery readout style (pick one) #define BATTCHECK_VpT //#define BATTCHECK_8bars // FIXME: breaks build @@ -77,9 +84,6 @@ // dual-switch support (second switch is a tail clicky) //#define START_AT_MEMORIZED_LEVEL -// add a "manual memory" function (as opposed to the default automatic memory) -//#define USE_MANUAL_MEMORY - /***** specific settings for known driver types *****/ #include "tk.h" #include incfile(CONFIGFILE) -- cgit v1.2.3