From 5a101831597ff91a9c96f810950d47c245dcd8f3 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Fri, 25 Sep 2020 05:30:06 -0600 Subject: removed ROM-size reduction options from larger build targets; not needed any more --- spaghetti-monster/anduril/cfg-ff-rot66.h | 3 --- spaghetti-monster/anduril/cfg-ff-rot66g2.h | 4 ---- spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h | 4 ---- 3 files changed, 11 deletions(-) (limited to 'spaghetti-monster') diff --git a/spaghetti-monster/anduril/cfg-ff-rot66.h b/spaghetti-monster/anduril/cfg-ff-rot66.h index f976a63..9922681 100644 --- a/spaghetti-monster/anduril/cfg-ff-rot66.h +++ b/spaghetti-monster/anduril/cfg-ff-rot66.h @@ -2,9 +2,6 @@ #define MODEL_NUMBER "0411" #include "hwdef-FF_ROT66.h" -// ROM is too big... remove something -//#undef USE_VOLTAGE_CORRECTION - // the button lights up #define USE_INDICATOR_LED // the button is visible while main LEDs are on diff --git a/spaghetti-monster/anduril/cfg-ff-rot66g2.h b/spaghetti-monster/anduril/cfg-ff-rot66g2.h index 06e693b..9a70498 100644 --- a/spaghetti-monster/anduril/cfg-ff-rot66g2.h +++ b/spaghetti-monster/anduril/cfg-ff-rot66g2.h @@ -3,10 +3,6 @@ #undef MODEL_NUMBER #define MODEL_NUMBER "0413" -// ROM is too big... remove something -//#undef USE_VOLTAGE_CORRECTION -//#undef USE_MANUAL_MEMORY_TIMER - // if the "low" mode was disabled, turn it back on #ifdef INDICATOR_LED_SKIP_LOW #undef INDICATOR_LED_SKIP_LOW diff --git a/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h b/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h index f5dbac2..c66525c 100644 --- a/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h +++ b/spaghetti-monster/anduril/cfg-mateminco-mf01-mini.h @@ -2,10 +2,6 @@ #define MODEL_NUMBER "0521" #include "hwdef-Mateminco_MF01-Mini.h" -// ROM is too big... remove something -#undef USE_VOLTAGE_CORRECTION -//#undef USE_MANUAL_MEMORY_TIMER - // the button lights up #define USE_INDICATOR_LED //#define INDICATOR_LED_SKIP_LOW // low mode doesn't work on this driver -- cgit v1.2.3