mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-07 23:20:31 -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"
|
|
@ -28,20 +28,3 @@ no_validate_flag = "--skip-validation"
|
|||
|
||||
[fan_control]
|
||||
systemd = "jupiter-fan-control.service"
|
||||
|
||||
[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"
|
Loading…
Add table
Add a link
Reference in a new issue