aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fireflies-ui/fireflies-ui.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* reorganized project files (part 1)Selene ToyKeeper2023-11-021-2386/+0
| | | | | (just moved files, didn't change the contents yet, and nothing will work without updating #includes and build scripts and stuff)
* Removed references to Harry Potter,Selene ToyKeeper2023-06-291-90/+90
| | | | | | | | | | | | | | | | | | | | | | | because J.K. Rowling is the figurehead of a hate group and I don't want to condone that in any way. I liked a 2-word phrase she wrote once, "mischief managed", but that was decades ago... and now she is the face of a transphobic movement known as TERFs. She turned out to be a pretty terrible person who uses her massive wealth and influence to spread hate and oppress people. To be clear: Trans rights are human rights. ... and anyone who has a problem with that has no place in this project. Patch suggested by SiteRelEnby, and TBH it's embarrassing that I didn't remove the phrase sooner. It seemed fun and innocent in 2017 when this project started, but ... things changed. https://github.com/SiteRelEnby/anduril2/commit/a1cee423b4e0e16909a90d5c3e6a7b70df30d755
* aux LED config cleaning...Selene ToyKeeper2021-04-141-0/+1
| | | | | | | | | | | | | | | | | | | | - use fancy blinking mode by default (define USE_OLD_BLINKING_INDICATOR if old slow mode is wanted) - remove TICK_DURING_STANDBY from all cfg-*.h files because it's enabled automatically by other features anyway (autolock, memory timer) - remove STANDBY_TICK_SPEED from cfg-*.h because all the values matched the default anyway so it was redundant - set rot66 button LED to high+blinking instead of high+off (it was only "off" because it ran out of space, and that was resolved) - enabled fancier indicator by default on fireflies-ui and rampingiosv3, since its other #define clauses were removed (not sure if those older UIs still compile, but if so, it's worth at least trying not to break it)
* merged recent anduril updates into fireflies-uiSelene ToyKeeper2019-05-231-71/+225
|
* moved FF UI's tempcheck to 8 clicks, and re-added 7-click aux LED configurationSelene ToyKeeper2019-04-141-1/+19
|
* applied upstream anduril changes to fireflies-uiSelene ToyKeeper2019-04-141-16/+40
|
* don't use eeprom for ramp config if ramp config isn't enabledSelene ToyKeeper2019-03-121-0/+2
|
* merged anduril updates into rampingiosSelene ToyKeeper2019-03-121-1/+1
|
* merged anduril refactor changes into fireflies-uiSelene ToyKeeper2019-03-121-237/+288
|
* merged some (most) of ffui's changes back into andurilSelene ToyKeeper2019-03-121-5/+30
|
* first working rev of Fireflies UI, with changes basically as minimal as possibleSelene ToyKeeper2019-03-121-21/+176
| | | | | | | | | | | | | | | | | | | from Anduril to make it easier to keep the two in sync later - changed name - changed default config file - disabled ramp config - disabled muggle mode - disabled entire strobe group - disabled goodnight and beacon mode - made battcheck group only one mode, not a group - added boring strobe group (police strobe, SOS) - changed "7 clicks from off" to tempcheck mode - added "10 clicks from off" for thermal config mode - made stuff able to be turned off at compile time: - beacon mode - ramp config - goodnight mode
* created directory for Fireflies UISelene ToyKeeper2019-03-121-0/+1956