| Commit message (Expand) | Author | Files | Lines |
| 2023-11-03 | moved ATTINY and MODEL_NUMBER into $target/arch and $target/model, | Selene ToyKeeper | 1 | -2/+0 |
| 2023-11-03 | moved variant builds under their parent, like "d4-219" -> "d4/219" | Selene ToyKeeper | 1 | -1/+1 |
| 2023-11-03 | renamed cfg.h -> anduril.h inside source files | Selene ToyKeeper | 1 | -1/+1 |
| 2023-11-03 | renamed cfg.h -> anduril.h so each UI can have its own cfg (part 1) | Selene ToyKeeper | 1 | -0/+0 |
| 2023-11-02 | got things to compile again, renamed #includes | Selene ToyKeeper | 1 | -2/+2 |
| 2023-11-02 | reorganized project files (part 1) | Selene ToyKeeper | 1 | -0/+0 |
| 2023-08-07 | calculated new ramps for noctigon-k9.3 and emisar-2ch-fet builds, | Selene ToyKeeper | 1 | -16/+16 |
| 2023-08-03 | converted all K9.3 builds and D4Sv2-tintramp-fet (now emisar-2ch-fet) | Selene ToyKeeper | 1 | -41/+66 |
| 2023-04-25 | fixed bug behind K93_LOCKOUT_KLUDGE which could exit lockout in solid aux mode | Selene ToyKeeper | 1 | -3/+0 |
| 2023-04-17 | switched the rest of FSM + Anduril to use SPDX license headers | Selene ToyKeeper | 1 | -0/+4 |
| 2021-04-14 | aux LED config cleaning... | Selene ToyKeeper | 1 | -4/+0 |
| 2021-04-13 | config updates for Hank (Emisar / Noctigon): | Selene ToyKeeper | 1 | -1/+1 |
| 2021-01-25 | bug pseudo-fix: K9.3 lockout mode failed in blinking single-color mode | Selene ToyKeeper | 1 | -0/+3 |
| 2020-12-13 | noctigon k9.3: default to aux RGB rainbow mode, and automatic memory | Selene ToyKeeper | 1 | -2/+3 |
| 2020-10-22 | enabled memory timer and resetting tint after timeout on K9.3 | Selene ToyKeeper | 1 | -0/+4 |
| 2020-10-16 | added K9.3-noFET build target (for models with E21A as main LEDs) | Selene ToyKeeper | 1 | -1/+1 |
| 2020-10-15 | made gradual_tick() work on K9.3 (via override), fixed strobe config, | Selene ToyKeeper | 1 | -2/+6 |
| 2020-10-14 | got K9.3 2nd LEDs working (and modified FSM to allow this sort of thing) | Selene ToyKeeper | 1 | -0/+11 |
| 2020-10-14 | configured K9.3 cfg (mostly), assigned a model number, fixed typo in hwdef | Selene ToyKeeper | 1 | -16/+17 |
| 2020-10-14 | copied KR4 cfg to K9.3 cfg | Selene ToyKeeper | 1 | -0/+0 |
| 2020-09-14 | added "disco" mode to RGB aux LEDs (fast random colors) | Selene ToyKeeper | 1 | -3/+0 |
| 2020-08-31 | added model numbers to each build target, and to version check function | Selene ToyKeeper | 1 | -0/+1 |
| 2020-08-20 | raised ceiling levels for simple UI in each build target | Selene ToyKeeper | 1 | -1/+3 |
| 2020-08-05 | moved Simple UI actions from 8C/8H -> 10C/10H... and removed USE_TENCLICK_TH... | Selene ToyKeeper | 1 | -3/+0 |
| 2020-07-14 | merged Emisar D4v2.5 build targets with Noctigon KR4 build targets | Selene ToyKeeper | 1 | -3/+13 |
| 2020-07-12 | cleaned up s/ceiling/ceil/ and s/muggle_/simple_ui_/ in config files | Selene ToyKeeper | 1 | -4/+4 |
| 2020-04-27 | set default thermal response magnitude back to how it was before the KR4 upda... | Selene ToyKeeper | 1 | -1/+2 |
| 2020-04-19 | added tweakable thermal_response_magnitude option, adjusted KR4 thermal vars,... | Selene ToyKeeper | 1 | -2/+2 |
| 2020-03-26 | Noctigon KR4 needed tighter/faster thermal response, and Hank wants RGB rainb... | Selene ToyKeeper | 1 | -1/+3 |
| 2020-03-21 | added dynamic underclocking to KR4 to increase moon runtime, fixed ramp miles... | Selene ToyKeeper | 1 | -13/+5 |
| 2020-03-20 | enabled soft factory reset on KR4, raised default floor to the lowest reliabl... | Selene ToyKeeper | 1 | -1/+3 |
| 2020-03-16 | removed old thermal junk and voltage_lowpass junk from cfg files | Selene ToyKeeper | 1 | -12/+0 |
| 2020-03-16 | added FETless KR4 build target, calibrated other KR4 therm faster level better | Selene ToyKeeper | 1 | -2/+2 |
| 2020-03-06 | FET ramp was too steep; slowed it down by 50% (20 steps -> 30 steps) | Selene ToyKeeper | 1 | -11/+10 |
| 2020-03-06 | KR4: added FET channel, measured output, calibrated ramp | Selene ToyKeeper | 1 | -2/+10 |
| 2020-03-05 | initial support for Noctigon KR4 | Selene ToyKeeper | 1 | -11/+6 |
| 2019-11-28 | changed voltage colors to better match Noctigon K1 | Selene ToyKeeper | 1 | -1/+1 |
| 2019-11-25 | renamed Emisar D1S V2 -> Noctigon K1 | Selene ToyKeeper | 1 | -3/+4 |
| 2019-11-25 | increased Noctigon K1's default temperature limit to 55 C | Selene ToyKeeper | 1 | -0/+4 |
| 2019-08-06 | measured and adjusted D1S v2 ramp parameters | Selene ToyKeeper | 1 | -2/+6 |
| 2019-08-05 | fixed party strobe on D1S v2, set better default aux LED modes, enabled aux L... | Selene ToyKeeper | 1 | -1/+7 |
| 2019-07-30 | added an early version of Emisar D1S v2 hwdef and cfg files | Selene ToyKeeper | 1 | -0/+51 |