aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bug pseudo-fix: K9.3 lockout mode failed in blinking single-color modeSelene ToyKeeper2021-01-252-0/+12
* merged noctigon k9.3 branchSelene ToyKeeper2021-01-2414-15/+481
|\
| * noctigon k9.3: default to aux RGB rainbow mode, and automatic memorySelene ToyKeeper2020-12-131-2/+3
| * enabled memory timer and resetting tint after timeout on K9.3Selene ToyKeeper2020-10-223-2/+15
| * nope, the pins weren't swapped... the wires on the prototype were reversedSelene ToyKeeper2020-10-181-12/+12
| * swapped PWM1 and PWM3 channels on K9.3, because I may have had them backwardSelene ToyKeeper2020-10-161-12/+12
| * added K9.3-noFET build target (for models with E21A as main LEDs)Selene ToyKeeper2020-10-162-1/+55
| * start tint at 0 instead of 128 on lights with toggle instead of rampSelene ToyKeeper2020-10-161-0/+4
| * made gradual_tick() work on K9.3 (via override), fixed strobe config,Selene ToyKeeper2020-10-154-9/+87
| * got K9.3 2nd LEDs working (and modified FSM to allow this sort of thing)Selene ToyKeeper2020-10-146-2/+86
| * configured K9.3 cfg (mostly), assigned a model number, fixed typo in hwdefSelene ToyKeeper2020-10-143-18/+20
| * copied KR4 cfg to K9.3 cfgSelene ToyKeeper2020-10-141-0/+65
| * configured K9.3 hwdefSelene ToyKeeper2020-10-141-34/+48
| * renamed LED_ENABLE2_* to LED2_ENABLE_*Selene ToyKeeper2020-10-143-11/+11
| * copied KR4 hwdef to K9.3Selene ToyKeeper2020-10-141-0/+150
* | added model number to Lume1 FW3X build targetSelene ToyKeeper2020-10-182-0/+5
* | merged fsm branch, mostly to get Lume1 driver supportSelene ToyKeeper2020-10-186-30/+299
|\ \
| * \ merged lume1 branch for LoneOceans' FW3A-Lume1 driver supportSelene ToyKeeper2020-10-184-3/+294
| |\ \
| | * | cleaned up cfg-fw3x-lume1.h a little:Selene ToyKeeper2020-09-071-19/+9
| | * | adjusted Lume1 (FW3X) cfg and hwdef according to what seems right for itSelene ToyKeeper2020-09-072-57/+45
| | * | added support for LED_ENABLE_PIN having a min/max ramp level where it turns onSelene ToyKeeper2020-09-071-3/+21
| | * | added support for external thermal sensors in fsm-adc.cSelene ToyKeeper2020-09-071-0/+14
| | * | imported cfg and hwdef files for lume1Selene ToyKeeper2020-09-022-0/+281
| * | | minor update to anduril-ui.png (added clarification of what "3H" means)Selene ToyKeeper2020-10-182-27/+5
* | | | added ramp 3H -> momentary turboSelene ToyKeeper2020-10-162-0/+16
| |_|/ |/| |
* | | improved docs, changed blinky order: Battcheck, Tempcheck, Beacon, SOSSelene ToyKeeper2020-09-306-94/+127
* | | fixed factory reset (forgot one line in previous commit)Selene ToyKeeper2020-09-271-0/+1
* | | reworked nice_delay interrupt system and fixed some old issues:Selene ToyKeeper2020-09-277-37/+38
* | | fixed bug: momentary bike mode could sometimes get stuck on for a few seconds...Selene ToyKeeper2020-09-271-0/+1
* | | merged from fsm to get K1-12V thermal fixSelene ToyKeeper2020-09-251-2/+6
|\| |
| * | reduced temperature limit for Noctigon K1-12V, to avoid overheating the boost...Selene ToyKeeper2020-09-251-2/+6
| |/
* | tiny clarification in the manual about memorySelene ToyKeeper2020-09-251-0/+5
* | removed ROM-size reduction options from larger build targets; not needed any ...Selene ToyKeeper2020-09-253-11/+0
* | reduced ROM size by ~58 to ~88 bytes by making lookup tables constSelene ToyKeeper2020-09-251-5/+5
* | reduced ROM 4 bytes by rearranging thermal_config_save() logic a bitSelene ToyKeeper2020-09-251-7/+6
* | documentation improvements:Selene ToyKeeper2020-09-246-35/+122
* | reduced ROM another 24 bytes by refactoring config-mode.cSelene ToyKeeper2020-09-241-16/+4
* | fixed bug: zero clicks in ceiling config set ceiling to nonsense valueSelene ToyKeeper2020-09-241-3/+3
* | re-added features to build targets which were too big beforeSelene ToyKeeper2020-09-243-4/+4
* | changed menu style and moved menus from "click" events to "hold" eventsSelene ToyKeeper2020-09-2411-175/+180
* | clearer comments about "Ramp 2C" behaviors with each build optionSelene ToyKeeper2020-09-181-6/+7
* | added USE_2C_MAX_TURBO option from Tom ESelene ToyKeeper2020-09-182-4/+19
* | forgot to add hybrid memory to the documentationSelene ToyKeeper2020-09-151-3/+14
* | added hybrid memory option (a.k.a. manual memory timer)Selene ToyKeeper2020-09-1511-12/+91
* | added "disco" mode to RGB aux LEDs (fast random colors)Selene ToyKeeper2020-09-147-16/+14
* | merged upstream fsm branch to get fix for laggy voltage readings on FW3ASelene ToyKeeper2020-09-145-12/+16
|\|
| * steps.py: fixed python3 floating-point errorSelene ToyKeeper2020-08-301-1/+1
| * attempt to fix laggy voltage readings right after waking, on FW3ASelene ToyKeeper2020-08-234-11/+15
* | reorganized code in fsm-events.* to put things in a more coherent orderSelene ToyKeeper2020-09-143-87/+95
* | fixed bug: ticks_since_last_event wasn't getting reset on button hold releaseSelene ToyKeeper2020-09-144-8/+9