add FB BOOST toggle: 115% feedback max, cap default to 91%

This commit is contained in:
Armin 2026-09-09 16:50:33 +02:00
commit abdb64dcde
4 changed files with 24 additions and 8 deletions

View file

@ -18,6 +18,7 @@ namespace ParameterIDs
inline constexpr const char* center = "center";
inline constexpr const char* autopan = "autopan";
inline constexpr const char* panDepth = "pandepth";
inline constexpr const char* fbBoost = "fbboost";
inline constexpr const char* bypass = "bypass";
}