aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-31made simple UI's ramp configurable, and fixed bug where it wouldn't remember ...Selene ToyKeeper3-8/+23
2020-07-31added a voltage calibration / correction function, 7C from battcheck to confi...Selene ToyKeeper7-2/+64
2020-07-31fixed bug: sunset timer didn't adjust MCU clock speed at low levels,Selene ToyKeeper2-3/+6
2020-07-31added auto-lock function, mostly contributed by SammysHPSelene ToyKeeper9-5/+104
2020-07-30made ramping "bump" the sunset timer up a little if it's near the deadlineSelene ToyKeeper2-3/+11
2020-07-30fixed bug: 4H from lockout to ramp would immediately activate the sunset timerSelene ToyKeeper1-0/+3
2020-07-30fixed bug: ramp mode acted strange if ramp level was changed after turning on...Selene ToyKeeper1-0/+13
2020-07-30fixed bug where light would shut itself off immediately if sunset timer was a...Selene ToyKeeper1-0/+7
2020-07-30moved sunset bump from 3C to 4H, fixed candle sunset behavior (was overflowin...Selene ToyKeeper2-25/+28
2020-07-30replaced "goodnight / sunset mode" with sunset timer, which works in both can...Selene ToyKeeper8-130/+155
2020-07-30reduced ROM another 12+6 bytes with more non-volatile varsSelene ToyKeeper2-3/+3
2020-07-29reduced ROM size 56 bytes by making actual_level non-volatileSelene ToyKeeper1-1/+1
2020-07-29reduced ROM 42 bytes by making "emissions" non-volatileSelene ToyKeeper1-1/+3
2020-07-28reduced ROM size slightly by making strobe vars non-volatileSelene ToyKeeper4-10/+8
2020-07-28s/DEFAULT_SIMPLE_UI/SIMPLE_UI/ in a file I forgot to update earlierSelene ToyKeeper1-12/+12
2020-07-28reorganized some code to make it cleaner...Selene ToyKeeper3-72/+99
2020-07-28moved candle mode to its own file, since it's kinda bigSelene ToyKeeper4-138/+194
2020-07-28renamed strobes.* to strobe-modes.*Selene ToyKeeper6-22/+22
2020-07-28moved aux LED code into its own fileSelene ToyKeeper3-238/+290
2020-07-22renamed off-state.* -> off-mode.*Selene ToyKeeper3-10/+10
2020-07-22renamed ramping.* -> ramp-mode.*Selene ToyKeeper4-14/+20
2020-07-22renamed lockout.* -> lockout-mode.*, moved user-configurable lockout options ...Selene ToyKeeper4-13/+15
2020-07-22added "make todo" to remind me about stuff I still need to finishSelene ToyKeeper1-1/+4
2020-07-22renamed beacon.* -> beacon-mode.*Selene ToyKeeper3-10/+10
2020-07-22renamed cfg-default.h to config-default.h, cleaned up some comments, organize...Selene ToyKeeper2-31/+51
2020-07-22more progress on refactoring Anduril into separate files... nearly done with ...Selene ToyKeeper30-1357/+2016
2020-07-21started refactoring anduril into individual files...Selene ToyKeeper19-1028/+1548
2020-07-14merged Emisar D4v2.5 build targets with Noctigon KR4 build targetsSelene ToyKeeper5-133/+19
2020-07-12removed beacon config mode... replaced "click N times" with "hold for N seco...Selene ToyKeeper1-28/+26
2020-07-12fixed bug: button release events were sending 0 as the arg instead of the num...Selene ToyKeeper1-10/+9
2020-07-12moved all config modes and aux LED config actions to 7C / 7HSelene ToyKeeper1-19/+22
2020-07-12allowed simple UI to use stepped ramp, reduced size,Selene ToyKeeper1-63/+81
2020-07-12added lockout 4C -> on, lockout 4H -> floor, and strobe 5C -> momentarySelene ToyKeeper1-2/+16
2020-07-12cleaned up s/ceiling/ceil/ and s/muggle_/simple_ui_/ in config filesSelene ToyKeeper23-77/+77
2020-07-12limited simple UI floor and ceiling to muggle mode levels,Selene ToyKeeper1-52/+70
2020-07-12removed muggle mode, replaced it with simple mode (first pass, incomplete)Selene ToyKeeper1-252/+136
2020-07-08made lighted button go low/high based on DEFAULT_LEVEL instead of MAX_1x7135,Selene ToyKeeper4-7/+9
2020-07-08fixed D4v2.5 button LED behaviorSelene ToyKeeper1-5/+3
2020-07-08added Emisar D4v2.5 support (D4v2 with a KR4 driver, same as KR4 but with lig...Selene ToyKeeper3-0/+132
2020-06-01"SOS" is treated as one "letter" in Morse code... it's not three lettersSelene ToyKeeper1-1/+2
2020-06-01K1-SBT90.2 doesn't need party strobe slowed downSelene ToyKeeper1-1/+5
2020-05-14fixed compile error when all strobe modes are disabledSelene ToyKeeper1-0/+6
2020-05-14gave Werner's UI a simple MakefileSelene ToyKeeper1-0/+7
2020-05-14fixed builds of Werner's UI on targets which had been failing (Noctigon K1, B...Selene ToyKeeper2-3/+10
2020-05-14fixed eeprom_wl functions on attiny1634Selene ToyKeeper1-10/+10
2020-05-14fixed build of "momentary" example UISelene ToyKeeper2-2/+1
2020-05-14fixed build when USE_GOODNIGHT_MODE not enabledSelene ToyKeeper1-0/+14
2020-04-28added config which matches the spec for K1-SBT90.2, but it's not tested (ther...Selene ToyKeeper1-0/+57
2020-04-27calibrated K1 and K1-12V thermal response (smaller, slower) and candle mode (...Selene ToyKeeper2-2/+16
2020-04-27set default thermal response magnitude back to how it was before the KR4 upda...Selene ToyKeeper2-2/+3