From 7717805aaaee693c0275b6f83f9e1bafef5b7b0e Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Wed, 5 Aug 2020 22:01:40 -0600 Subject: re-enabled voltage correction on D18 and ROT66G2, because it fits now (but removed aux LED support from D18, because the stock version has none) --- spaghetti-monster/anduril/cfg-emisar-d18.h | 18 ------------------ spaghetti-monster/anduril/cfg-ff-rot66g2.h | 2 +- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/spaghetti-monster/anduril/cfg-emisar-d18.h b/spaghetti-monster/anduril/cfg-emisar-d18.h index 15dcfb4..7fb9597 100644 --- a/spaghetti-monster/anduril/cfg-emisar-d18.h +++ b/spaghetti-monster/anduril/cfg-emisar-d18.h @@ -1,24 +1,6 @@ // Emisar FET+13+1 config options for Anduril #include "hwdef-Emisar_D18.h" -// ROM is too big... remove something -#undef USE_VOLTAGE_CORRECTION - -// front-facing aux LEDs -#define USE_INDICATOR_LED -//#define USE_INDICATOR_LED_WHILE_RAMPING -// enable blinking indicator LED while off -#define TICK_DURING_STANDBY -#define STANDBY_TICK_SPEED 3 // every 0.128 s -#define USE_FANCIER_BLINKING_INDICATOR -// off mode: low (1) -// lockout: blinking (3) -#define INDICATOR_LED_DEFAULT_MODE ((3<<2) + 1) - -// Emisar wanted a shortcut to this -//#define USE_TENCLICK_THERMAL_CONFIG - - // level_calc.py seventh 3 150 7135 1 1.4 117.99 7135 6 1 1706.86 FET 3 10 13000 // (designed to make 1x hit at level 50, and Nx hit at level 100) #define RAMP_LENGTH 150 diff --git a/spaghetti-monster/anduril/cfg-ff-rot66g2.h b/spaghetti-monster/anduril/cfg-ff-rot66g2.h index 25e779d..239660f 100644 --- a/spaghetti-monster/anduril/cfg-ff-rot66g2.h +++ b/spaghetti-monster/anduril/cfg-ff-rot66g2.h @@ -2,7 +2,7 @@ #include "cfg-ff-rot66.h" // ROM is too big... remove something -#undef USE_VOLTAGE_CORRECTION +//#undef USE_VOLTAGE_CORRECTION // if the "low" mode was disabled, turn it back on #ifdef INDICATOR_LED_SKIP_LOW -- cgit v1.2.3