mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-17 11:46:46 -04:00
platform: Add platform configuration for ZOTAC Gaming Zone
This commit is contained in:
parent
ff08d33cc8
commit
74b036de5d
2 changed files with 11 additions and 0 deletions
|
@ -169,6 +169,7 @@ impl PlatformConfig {
|
|||
DeviceType::LegionGoS => "legion-go-series",
|
||||
DeviceType::RogAlly => "rog-ally-series",
|
||||
DeviceType::RogAllyX => "rog-ally-series",
|
||||
DeviceType::ZotacGamingZone => "zotac-gaming-zone",
|
||||
_ => return Ok(None),
|
||||
};
|
||||
let config = read_to_string(format!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue