diff options
| author | Selene ToyKeeper | 2023-04-16 18:21:29 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-04-16 18:21:29 -0600 |
| commit | fbcac59563c32f14de4861449c1b267c247b5b78 (patch) | |
| tree | 3cddc0e447194d7a6432ebf3561a86208037d44e /hwdef-Sofirn_LT1S-Pro.h | |
| parent | added ability to use 2 colors in config mode (diff) | |
| download | anduril-fbcac59563c32f14de4861449c1b267c247b5b78.tar.gz anduril-fbcac59563c32f14de4861449c1b267c247b5b78.tar.bz2 anduril-fbcac59563c32f14de4861449c1b267c247b5b78.zip | |
reduced ROM by ~600 bytes by moving all eeprom config values to a "cfg" struct
(this also made some parts of the code cleaner)
Diffstat (limited to 'hwdef-Sofirn_LT1S-Pro.h')
| -rw-r--r-- | hwdef-Sofirn_LT1S-Pro.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
