From fbcac59563c32f14de4861449c1b267c247b5b78 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sun, 16 Apr 2023 18:21:29 -0600 Subject: reduced ROM by ~600 bytes by moving all eeprom config values to a "cfg" struct (this also made some parts of the code cleaner) --- hwdef-Sofirn_LT1S-Pro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hwdef-Sofirn_LT1S-Pro.h') diff --git a/hwdef-Sofirn_LT1S-Pro.h b/hwdef-Sofirn_LT1S-Pro.h index 84623fd..b50ccc7 100644 --- a/hwdef-Sofirn_LT1S-Pro.h +++ b/hwdef-Sofirn_LT1S-Pro.h @@ -48,7 +48,7 @@ Driver pinout: gradual_tick_red, \ gradual_tick_red_white_blend // can use some of the common handlers -//#define USE_CALC_2CH_BLEND +#define USE_CALC_2CH_BLEND //#define USE_CALC_AUTO_3CH_BLEND // TODO: remove this as soon as it's not needed -- cgit v1.2.3