v0.27
This is a minor release with one main bugfix, two extremely minor bugfixes, and several quality of life changes.
Bugfixes:
- Fix C-Stick notch angle calibration recall from memory; this was a bug introduced in 0.26.
- Make the
ENABLE_LED
option work. This is now located above the board-version-specific#include
lines. This was a bug introduced in 0.26. - Make the C-stick work properly on PhobGCC 1.0 controllers with potentiometer C-sticks. (Don't use potentiometer c-sticks! get them replaced with hall sensor ones!)
New features:
- Trigger Mode 7: this is a "hairtrigger" analog mode that lets you amplify the analog output by up to 3x. This is particularly useful for Smash Ultimate.
- For Phob makers, you can modify the factory defaults for the stick filters that apply only on the initial flashing, separate from resetting. They're the variables labeled
Factory
in theControlConfig
at the top ofcommon/phobGCC.h
. - Hard Reset now requires a roughly one second button press. We're still not publicizing this command because it's unhelpful 99% of the time.
Configuration document here: https://github.com/PhobGCC/PhobGCC-doc/blob/main/For_Users/Phob_Calibration_Guide_v0.27.md
Programming guide here: https://github.com/PhobGCC/PhobGCC-doc/blob/main/For_Users/Phob_Programming_Guide.md
Errata:
- Trigger Mode 7 on the L trigger erroneously uses the R trigger offset to control its multiplier.