aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fireflies-ui/fireflies-ui.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-02reorganized project files (part 1)Selene ToyKeeper1-2386/+0
2023-06-29Removed references to Harry Potter,Selene ToyKeeper1-90/+90
2021-04-14aux LED config cleaning...Selene ToyKeeper1-0/+1
2019-05-23merged recent anduril updates into fireflies-uiSelene ToyKeeper1-71/+225
2019-04-14moved FF UI's tempcheck to 8 clicks, and re-added 7-click aux LED configurationSelene ToyKeeper1-1/+19
2019-04-14applied upstream anduril changes to fireflies-uiSelene ToyKeeper1-16/+40
2019-03-12don't use eeprom for ramp config if ramp config isn't enabledSelene ToyKeeper1-0/+2
2019-03-12merged anduril updates into rampingiosSelene ToyKeeper1-1/+1
2019-03-12merged anduril refactor changes into fireflies-uiSelene ToyKeeper1-237/+288
2019-03-12merged some (most) of ffui's changes back into andurilSelene ToyKeeper1-5/+30
2019-03-12first working rev of Fireflies UI, with changes basically as minimal as possibleSelene ToyKeeper1-21/+176
2019-03-12created directory for Fireflies UISelene ToyKeeper1-0/+0
2019-01-12Added an option for a "fancy" moon mode during lockout. 2nd click goes to th...Selene ToyKeeper1-0/+9
2019-01-03removed redundant clock speed lines, updated some commentsSelene ToyKeeper1-4/+0
2018-12-22Turn off at beginning of 3rd click, not 2nd click. Makes off-to-ceiling tran...Selene ToyKeeper1-5/+5
2018-12-18Reworked the config file include system so it'll include the #defined valueSelene ToyKeeper1-60/+4
2018-12-15Updated Anduril text file, mostly.Selene ToyKeeper1-0/+2
2018-11-19Added FF PL47-219 build target, with the FET ramp multiplied by 0.6666.Selene ToyKeeper1-0/+3
2018-11-14added a fancier blinking mode for button/aux LEDs, enabled on D4S / Q8 / SP36Selene ToyKeeper1-0/+11
2018-11-11Updated RampingIOS V3 to new event API. Applied recent changes from Anduril ...Selene ToyKeeper1-9/+0
2018-11-11Several fixes...Selene ToyKeeper1-35/+19
2018-11-11Rewrote the event system to use a single byte for each event instead of an ar...Selene ToyKeeper1-52/+64
2018-11-03added missing ifdef which broke per-hardware ramp lengthsSelene ToyKeeper1-0/+2
2018-10-30Adjusted FF PL47 config. Made muggle floor/ceiling configurable per config f...Selene ToyKeeper1-0/+4
2018-10-17Initial untested support for the Sofirn SP36 (like a Q8 but smaller).Selene ToyKeeper1-0/+4
2018-10-12Moved "off" mode's aux LED to config to "7 clicks from off".Selene ToyKeeper1-3/+30
2018-10-10Fixed location of an #endifSelene ToyKeeper1-2/+1
2018-10-09bug fix: set thermal target to actual level, not maximum level, when doing do...Selene ToyKeeper1-1/+2
2018-10-07Added option to skip "low" mode for aux LEDs.Selene ToyKeeper1-0/+6
2018-10-07First working PL47 build. Does aux LEDs on pin 7 but not pin 3.Selene ToyKeeper1-0/+3
2018-09-30Added ROT66 14x7135 support. Split original 7x7135 target into two.Selene ToyKeeper1-0/+4
2018-09-29Added D4-219C build target. Cleaned up D4S definitions a little.Selene ToyKeeper1-2/+6
2018-09-29Added MOON_TIMING_HINT, made stepped ramp initial timing the same as smooth r...Selene ToyKeeper1-1/+15
2018-09-29Fixed ramp style toggle going to the wrong level when at moon.Selene ToyKeeper1-1/+1
2018-09-13ramp tint faster, remember after battery changeSelene ToyKeeper1-2/+13
2018-09-13made tint ramping actually workSelene ToyKeeper1-0/+3
2018-09-13Added tint ramping. Not tested yet. Also added BLF Lantern build target.Selene ToyKeeper1-1/+42
2018-09-06Don't attempt to regulate back up above hard turbo drop level.Selene ToyKeeper1-0/+1
2018-09-05made aux LED default mode configurable per hardware target,Selene ToyKeeper1-9/+13
2018-09-05merged recent anduril updates into rampingiosv3 (and vice-versa)Selene ToyKeeper1-0/+3
2018-09-05Fixed bug: stepped ramp sometimes acted weird with specific values.Selene ToyKeeper1-1/+1
2018-09-01Reduced ROM size another 10 bytes by removing redundant call to nearest_level().Selene ToyKeeper1-5/+5
2018-09-01Reduced moon-during-lockout code size by 10 bytes.Selene ToyKeeper1-4/+3
2018-08-31Added support for the BLF/Lumintop GT Mini.Selene ToyKeeper1-0/+4
2018-08-30First Anduril build for Fireflies ROT66.Selene ToyKeeper1-2/+8
2018-08-22Made anduril.c no longer executable.Selene ToyKeeper1-0/+0
2018-08-22Reduced ROM size by making successive nice_delay_ms calls collapse any time t...Selene ToyKeeper1-7/+7
2018-08-22Rearranged strobe group mode order, fixed party strobe.Selene ToyKeeper1-53/+58
2018-08-22Replaced hardcoded eeprom index values with auto-calculated enums.Selene ToyKeeper1-42/+69
2018-08-22Reduced ROM size another 20 bytes by moving candle mode to index 0. Made it ...Selene ToyKeeper1-29/+72