| Commit message (Expand) | Author | Age | Files | Lines |
| * | reorganized project files (part 1) | Selene ToyKeeper | 2023-11-02 | 1 | -741/+0 |
| * | fixed bug: smooth ramp from turbo down to ceiling caused flickering | Selene ToyKeeper | 2023-10-23 | 1 | -7/+19 |
| * | smooth steps: fixed a few corner cases | Selene ToyKeeper | 2023-10-06 | 1 | -1/+5 |
| * | fixed soft start animation when using smooth ramp on turbo | Selene ToyKeeper | 2023-09-08 | 1 | -1/+2 |
| * | added "smooth steps" a.k.a. "soft start", to make brightness steps smoother | Selene ToyKeeper | 2023-08-26 | 1 | -10/+34 |
| * | added channel mode per strobe mode, and made FSM channel mode more flexible, | Selene ToyKeeper | 2023-08-24 | 1 | -4/+8 |
| * | Removed references to Harry Potter, | Selene ToyKeeper | 2023-06-29 | 1 | -22/+22 |
| * | added stepped tint ramping | Selene ToyKeeper | 2023-04-19 | 1 | -6/+2 |
| * | made "Ramp 3H" do momentary turbo if current channel mode has no args | Selene ToyKeeper | 2023-04-17 | 1 | -4/+23 |
| * | reduced ROM by ~600 bytes by moving all eeprom config values to a "cfg" struct | Selene ToyKeeper | 2023-04-16 | 1 | -38/+39 |
| * | adapted smooth-sunset patch from SammysHP | Selene ToyKeeper | 2023-04-15 | 1 | -27/+22 |
| * | refactor progress checkpoint ... got Sofirn LT1S Pro and Emisar D4v2 working | Selene ToyKeeper | 2023-04-13 | 1 | -9/+46 |
| * | merged anduril2 branch for upstream changes | Selene ToyKeeper | 2021-12-16 | 1 | -0/+5 |
| |\ |
|
| | * | fixed Ramp 3H with Anduril 2 style turbo | Selene ToyKeeper | 2021-12-08 | 1 | -0/+5 |
| * | | merged recent anduril2 branch updates | Selene ToyKeeper | 2021-11-06 | 1 | -2/+9 |
| |\| |
|
| | * | reset tint while changing tint ramp style | Selene ToyKeeper | 2021-11-03 | 1 | -1/+5 |
| | * | added runtime config to choose tint-ramping or tint-toggle | Selene ToyKeeper | 2021-11-03 | 1 | -2/+5 |
| * | | Merge TK changes thru rev 623 (2021-09-17) | Gabriel Hart | 2021-09-19 | 1 | -39/+110 |
| |\| |
|
| | * | reduced length of auto-reverse timing window from ~1000 ms to ~660ms, because... | Selene ToyKeeper | 2021-08-31 | 1 | -1/+1 |
| | * | made 2C ceiling/turbo behavior configurable in Simple UI | Selene ToyKeeper | 2021-08-31 | 1 | -38/+55 |
| | * | added third 2C style: 0 = no turbo (but it's still available as momentary) | Selene ToyKeeper | 2021-08-31 | 1 | -2/+6 |
| | * | added runtime option to choose Anduril 1 or Anduril 2 double-click turbo style | Selene ToyKeeper | 2021-08-31 | 1 | -8/+24 |
| | * | added runtime option to select whether to ramp up after hold-from-off (defaul... | Selene ToyKeeper | 2021-08-31 | 1 | -9/+21 |
| | * | added runtime config option for smooth ramp speed | Selene ToyKeeper | 2021-08-31 | 1 | -2/+24 |
| * | | Merge TK's changes thru her rev 618 including autolock in Simple UI and jump ... | Gabriel Hart | 2021-08-29 | 1 | -0/+18 |
| |\| |
|
| | * | moved jump start into FSM so it'll be more universal and the app won't need s... | Selene ToyKeeper | 2021-08-23 | 1 | -8/+2 |
| | * | made jump start level configurable at runtime, and made it activate in more p... | Selene ToyKeeper | 2021-08-23 | 1 | -0/+24 |
| * | | Merge updates from TKs main branch | Gabriel Hart | 2021-08-12 | 1 | -0/+3 |
| |\| |
|
| | * | document the actual maximum for manual memory timer (~140 minutes, not 255) | Selene ToyKeeper | 2021-08-12 | 1 | -0/+3 |
| * | | Updating from TKs recent change (fix for compile without USE_SIMPLE_UI) | Gabriel Hart | 2021-06-06 | 1 | -1/+9 |
| |\| |
|
| | * | added missing ifdefs for compiling without USE_SIMPLE_UI | Selene ToyKeeper | 2021-05-23 | 1 | -1/+9 |
| * | | Add config option to allow 3C smooth/stepped selection in Simple UI, add that... | Gabriel Hart | 2021-05-15 | 1 | -1/+9 |
| |/ |
|
| * | made manual memory remember tint too, not just brightness | Selene ToyKeeper | 2021-05-07 | 1 | -0/+3 |
| * | added ramp 3H -> momentary turbo | Selene ToyKeeper | 2020-10-16 | 1 | -0/+14 |
| * | documentation improvements: | Selene ToyKeeper | 2020-09-24 | 1 | -2/+4 |
| * | fixed bug: zero clicks in ceiling config set ceiling to nonsense value | Selene ToyKeeper | 2020-09-24 | 1 | -3/+3 |
| * | changed menu style and moved menus from "click" events to "hold" events | Selene ToyKeeper | 2020-09-24 | 1 | -26/+23 |
| * | clearer comments about "Ramp 2C" behaviors with each build option | Selene ToyKeeper | 2020-09-18 | 1 | -6/+7 |
| * | added USE_2C_MAX_TURBO option from Tom E | Selene ToyKeeper | 2020-09-18 | 1 | -4/+12 |
| * | added hybrid memory option (a.k.a. manual memory timer) | Selene ToyKeeper | 2020-09-15 | 1 | -1/+26 |
| * | fixed bug: ramp 2H at floor went up instead of staying at floor | Selene ToyKeeper | 2020-09-14 | 1 | -3/+3 |
| * | removed unnecessary blink_once calls, made blink_once a bit less bright | Selene ToyKeeper | 2020-08-31 | 1 | -1/+0 |
| * | changed "Off 2H" to "ceil or turbo, based on simple UI active", and | Selene ToyKeeper | 2020-08-24 | 1 | -5/+9 |
| * | shuffled functions around to make 4C lockout and 3C battcheck again | Selene ToyKeeper | 2020-08-18 | 1 | -17/+30 |
| * | many button remappings: | Selene ToyKeeper | 2020-08-06 | 1 | -2/+10 |
| * | added support for 1-step ramps in stepped ramp mode | Selene ToyKeeper | 2020-08-05 | 1 | -4/+11 |
| * | made a couple actions use blink_once() instead of blip(), for better consistency | Selene ToyKeeper | 2020-08-05 | 1 | -2/+2 |
| * | reduced rom 34 bytes by merging ramp-up code with ramp-down code | Selene ToyKeeper | 2020-08-05 | 1 | -74/+10 |
| * | made simple UI's ramp configurable, and fixed bug where it wouldn't remember ... | Selene ToyKeeper | 2020-07-31 | 1 | -5/+10 |
| * | fixed bug: ramp mode acted strange if ramp level was changed after turning on... | Selene ToyKeeper | 2020-07-30 | 1 | -0/+13 |