diff options
| author | Selene ToyKeeper | 2020-08-05 22:01:40 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2020-08-05 22:01:40 -0600 |
| commit | 7717805aaaee693c0275b6f83f9e1bafef5b7b0e (patch) | |
| tree | 64495676be2ed83bf2e86dd46adc562b3ab309ef | |
| parent | organized config defaults, added some ramp options to default config (diff) | |
| download | anduril-7717805aaaee693c0275b6f83f9e1bafef5b7b0e.tar.gz anduril-7717805aaaee693c0275b6f83f9e1bafef5b7b0e.tar.bz2 anduril-7717805aaaee693c0275b6f83f9e1bafef5b7b0e.zip | |
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)
| -rw-r--r-- | spaghetti-monster/anduril/cfg-emisar-d18.h | 18 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-ff-rot66g2.h | 2 |
2 files changed, 1 insertions, 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 |
