sysclk: add PWM dimming

This commit is contained in:
souldbminersmwc
2026-03-28 16:20:42 -04:00
parent 2828687a18
commit ec661ac1c0
6 changed files with 429 additions and 6 deletions

View File

@@ -650,6 +650,9 @@ protected:
false
);
}
if(IsAula()) {
addConfigToggle(HorizonOCConfigValue_PWMDimming, nullptr);
}
}
};