aboutsummaryrefslogtreecommitdiff
path: root/hw/sofirn/blf-q8-t1616/cfg.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-03renamed cfg.h -> anduril.h so each UI can have its own cfg (part 1)Selene ToyKeeper1-82/+0
(still need to update file contents afterward, but doing it in a separate commit so git can detect renames easier)
2023-11-02got things to compile again, renamed #includesSelene ToyKeeper1-2/+2
(also modified the build scripts to work with the new file structure)
2023-11-02reorganized project files (part 1)Selene ToyKeeper1-0/+0
(just moved files, didn't change the contents yet, and nothing will work without updating #includes and build scripts and stuff)
2023-10-27converted blf-q8-t1616 to new API, using wurkkos-ts10 and wurkkos-ts25 as a baseSelene ToyKeeper1-20/+40
(since the Q8 driver was the direct predecessor to those Wurkkos drivers, they're almost identical)
2023-04-17switched the rest of FSM + Anduril to use SPDX license headersSelene ToyKeeper1-0/+4
instead of full GPL headers (or all too often, nothing at all) There are a few "FIXME" entries where I'm not sure about the correct copyright.
2023-04-15merged gcharts config updates for BLF Q8 t1616Selene ToyKeeper1-2/+11
2021-10-29Add thefreeman's DAC linear driver (beta); also update Sofirn bilds to use ↵Gabriel Hart1-2/+2
the new 2C_STYLE defines
2021-08-12Finalized SP10S and renamed to SP10 Pro. Updated Sofirn settings to include SOS.Gabriel Hart1-0/+4
2021-04-14aux LED config cleaning...Selene ToyKeeper1-4/+0
- 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)
2021-04-02re-numbered t1616 builds to reflect manufacturer betterSelene ToyKeeper1-1/+1
(all the Sofirn ones are pre-production builds intended to go on new Sofirn-produced hardware)
2021-01-12Add the override of ATTINY setting to 1616 for the new T1616 config filesGabriel Hart1-0/+1
2021-01-12Add hwdef for BLF Q8 with t1616 and cfg files for the Q8, Lantern, and SP36Gabriel Hart1-3/+3
2020-08-31added model numbers to each build target, and to version check functionSelene ToyKeeper1-0/+1
2020-08-20raised ceiling levels for simple UI in each build targetSelene ToyKeeper1-0/+12
(the idea is "high but not crazy", or around 100% to 150% of thermally-sustainable level) ... and set the default steps to 5 instead of 3
2019-11-24enabled muggle mode again in all build targets, since it fits nowSelene ToyKeeper1-5/+0
2019-11-19the Q8 can just barely fit muggle mode againSelene ToyKeeper1-3/+3
2019-11-14turned off muggle mode on Q8 and MF01S, to make builds small enough againSelene ToyKeeper1-0/+5
2018-12-18Reworked the config file include system so it'll include the #defined valueSelene ToyKeeper1-0/+1
instead of having to hard-code a bunch of specific recognized values.
2018-12-14Enable fancier aux LED blinking mode on BLF Q8 and Sofirn SP36.Selene ToyKeeper1-0/+3
2018-11-14added a fancier blinking mode for button/aux LEDs, enabled on D4S / Q8 / SP36Selene ToyKeeper1-0/+2
2018-11-03Made it easier to override hwdef-*.h values in cfg-*.h files.Selene ToyKeeper1-4/+0
2018-07-01Made it easier to define thermal parameters per driver type.Selene ToyKeeper1-0/+3
Renamed THERM_DOUBLE_SPEED_LEVEL to THERM_FASTER_LEVEL, since it's not really 2X speed, it's 4X or more. This parameter defines approximately how bright the light can be without being considered risky or "turbo". Or the threshold between optimizing for rapid response vs optimizing for no oscillations.
2018-06-27Move driver-specific ramp tables into the driver's config file.Selene ToyKeeper1-0/+15
Added a method to allow driver configs to override default ramp tables.
2018-06-24Refactored driver/hardware definition code to be one file per driver type.Selene ToyKeeper1-2/+2
2018-06-24Moved driver-specific details to separate header files.Selene ToyKeeper1-0/+9
General code cleanup and notes. Fixed build when thermal regulation is turned off. May have fixed (or at least improved) issue with main LED interfering with aux LEDs during aux LED config.