Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanSafonov committed Jan 7, 2024
1 parent 26ab426 commit c98bac0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Adding new drivers and other improvements are welcome.

# ⚙️ Supported drivers

For now it support only thinkpads, but it's not that hard to add new drivers.

## 💻 Thinkpad ACPI Fan

❗Fan control is disabled by default. You need to enable it.
Expand Down Expand Up @@ -60,7 +62,11 @@ cat /sys/firmware/acpi/platform_profile_choices

* [Kernel commit](https://patchwork.kernel.org/project/linux-acpi/patch/[email protected]/)

# 🧪 Testing config
# 🧪 Configuration

There is [conf/fanctl.yaml](conf/fanctl.yaml) file with all available parameters and some explanation. You can use it to create your own config.

[conf/thinkpad.yaml](conf/thinkpad.yaml) is an example I tested on T14.

Binary file has `-d` flag which enables debug logs. And `-c` flag to pass the config file path.

Expand Down

0 comments on commit c98bac0

Please sign in to comment.