Add support for G533Z keyboard and modes

Closes #327
This commit is contained in:
Luke D. Jones
2023-03-20 08:52:23 +01:00
parent 5600c51ba0
commit ec5e6d2e7c
5 changed files with 313 additions and 275 deletions

View File

@@ -342,6 +342,7 @@ impl ROGTray {
}
if let Ok(mode) = self.bios_proxy.gpu_mux_mode() {
// TODO: this is not taking in to account supergfxctl
let mode = match mode {
GpuMode::Discrete => GfxMode::AsusMuxDiscreet,
_ => GfxMode::Hybrid,