diff options
| author | Selene ToyKeeper | 2023-04-25 01:07:15 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-04-25 01:07:15 -0600 |
| commit | 5f6bb2bda2dd4eccbdfba94e5d35cedc8c0c42dc (patch) | |
| tree | 37ceff579db3293ea44947d6426873afd04e2065 /hwdef-Sofirn_LT1S-Pro.h | |
| parent | added stepped tint ramping (diff) | |
| download | anduril-5f6bb2bda2dd4eccbdfba94e5d35cedc8c0c42dc.tar.gz anduril-5f6bb2bda2dd4eccbdfba94e5d35cedc8c0c42dc.tar.bz2 anduril-5f6bb2bda2dd4eccbdfba94e5d35cedc8c0c42dc.zip | |
updated D4Sv2-tintramp -> Emisar 2-channel build target ...
... and reworked how gradual_tick() works
... and updated LT1S Pro to use new method
Diffstat (limited to '')
| -rw-r--r-- | hwdef-Sofirn_LT1S-Pro.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hwdef-Sofirn_LT1S-Pro.h b/hwdef-Sofirn_LT1S-Pro.h index af0e6f0..a63f906 100644 --- a/hwdef-Sofirn_LT1S-Pro.h +++ b/hwdef-Sofirn_LT1S-Pro.h @@ -115,11 +115,11 @@ void set_level_auto_2ch_blend(uint8_t level); void set_level_auto_3ch_blend(uint8_t level); void set_level_red_white_blend(uint8_t level); -void gradual_tick_red(); -void gradual_tick_white_blend(); -void gradual_tick_auto_2ch_blend(); -void gradual_tick_auto_3ch_blend(); -void gradual_tick_red_white_blend(); +bool gradual_tick_red(uint8_t gt); +bool gradual_tick_white_blend(uint8_t gt); +bool gradual_tick_auto_2ch_blend(uint8_t gt); +bool gradual_tick_auto_3ch_blend(uint8_t gt); +bool gradual_tick_red_white_blend(uint8_t gt); inline void hwdef_setup() { |
