~gabe/flashlight-firmware/anduril2

« back to all changes in this revision

Viewing changes to ToyKeeper/spaghetti-monster/anduril/cfg-blf-q8-t1616.h

  • Committer: Gabriel Hart
  • Date: 2021-05-15 14:55:39 UTC
  • mfrom: (579.1.11 anduril2)
  • Revision ID: gabe@ghart.com-20210515145539-smltt7c90ieq59ul
Add config option to allow 3C smooth/stepped selection in Simple UI, add that option to the Sofirn configs

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
// also at Sofirn's request, enable 2 click turbo
38
38
#define USE_2C_MAX_TURBO
39
39
 
 
40
// Allow 3C in Simple UI for switching between smooth and stepped ramping
 
41
#define USE_SIMPLE_UI_RAMPING_TOGGLE
 
42
 
40
43
// stop panicking at ~75% power or ~3000 lm, this light has high thermal mass
41
44
#define THERM_FASTER_LEVEL (RAMP_SIZE*9/10)  // throttle back faster when high
42
45