mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-18 20:26:39 -04:00
platform: Split out DeviceConfig from PlatformConfig
This commit is contained in:
parent
d5d2d2c9a3
commit
e3ce1853e9
12 changed files with 269 additions and 179 deletions
16
data/devices/jupiter.toml
Normal file
16
data/devices/jupiter.toml
Normal file
|
@ -0,0 +1,16 @@
|
|||
[tdp_limit]
|
||||
method = "gpu_hwmon"
|
||||
download_mode_limit = 6
|
||||
|
||||
[tdp_limit.range]
|
||||
min = 3
|
||||
max = 15
|
||||
|
||||
[gpu_clocks]
|
||||
min = 200
|
||||
max = 1600
|
||||
|
||||
[battery_charge_limit]
|
||||
suggested_minimum_limit = 10
|
||||
hwmon_name = "steamdeck_hwmon"
|
||||
attribute = "max_battery_charge_level"
|
10
data/devices/legion-go-series.toml
Normal file
10
data/devices/legion-go-series.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
[performance_profile]
|
||||
platform_profile_name = "lenovo-wmi-gamezone"
|
||||
suggested_default = "custom"
|
||||
|
||||
[tdp_limit]
|
||||
method = "firmware_attribute"
|
||||
|
||||
[tdp_limit.firmware_attribute]
|
||||
attribute = "lenovo-wmi-other-0"
|
||||
performance_profile = "custom"
|
12
data/devices/rog-ally-series.toml
Normal file
12
data/devices/rog-ally-series.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
[performance_profile]
|
||||
platform_profile_name = "asus-wmi"
|
||||
# until custom mode is added
|
||||
suggested_default = "performance"
|
||||
|
||||
[tdp_limit]
|
||||
method = "firmware_attribute"
|
||||
|
||||
[tdp_limit.firmware_attribute]
|
||||
attribute = "asus-armoury"
|
||||
# until custom mode is added
|
||||
performance_profile = "performance"
|
10
data/devices/zotac-gaming-zone.toml
Normal file
10
data/devices/zotac-gaming-zone.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
[performance_profile]
|
||||
platform_profile_name = "zotac_zone_platform"
|
||||
suggested_default = "custom"
|
||||
|
||||
[tdp_limit]
|
||||
method = "firmware_attribute"
|
||||
|
||||
[tdp_limit.firmware_attribute]
|
||||
attribute = "zotac_zone_platform"
|
||||
performance_profile = "custom"
|
Loading…
Add table
Add a link
Reference in a new issue