From c912b9846ba159c5b61e036b462b6ddbe314c784 Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Tue, 7 Mar 2023 02:47:02 +0000 Subject: [PATCH] Updated Customization (markdown) --- Customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Customization.md b/Customization.md index 0460a00..37613f8 100644 --- a/Customization.md +++ b/Customization.md @@ -4,7 +4,7 @@ NOTE: Advanced features are meant to be used by advanced users. Advanced users a # Steam Deck -The Steam Deck driver has an optional advanced mode which is activated when a valid `pt_oc.json` JSON file is present in the `~/.config/powertools` folder. No values are optional. Any file error will be logged to `/tmp/powertools-rs.log` (release builds) and the default config will be used instead. This file roughly reflects the design of PowerTools internal Steam Deck drivers. +The Steam Deck driver has an optional advanced mode which is activated when a valid `pt_oc.json` JSON file is present in the `~/.config/powertools` folder. No values are optional. Any file error will be logged to `/tmp/powertools.log` (release builds) and the default config will be used instead. This file roughly reflects the design of PowerTools internal Steam Deck drivers. The structure and default values are defined in [oc_limits.rs](https://github.com/NGnius/PowerTools/blob/main/backend/src/settings/steam_deck/oc_limits.rs). If you do not understand the [JSON sample](https://github.com/NGnius/PowerTools/blob/main/pt_oc.json) as well as the [Rust declaration](https://github.com/NGnius/PowerTools/blob/main/backend/src/settings/steam_deck/oc_limits.rs) you should not use this feature.