summarylogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorLuis Martinez2021-07-03 02:43:22 -0500
committerLuis Martinez2021-07-03 02:43:48 -0500
commitfd1e4250e7b77b332480238ed93c60821cf6be08 (patch)
treef9d05d2e2498a39eaa412063025163f3a732ce22 /config.toml
downloadaur-fd1e4250e7b77b332480238ed93c60821cf6be08.tar.gz
initial commit
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml34
1 files changed, 34 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 000000000000..7350a0d6137d
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,34 @@
+log_level = "Error"
+cards = ["card0"]
+
+[[speed_matrix]]
+temp = 4.0
+speed = 4
+
+[[speed_matrix]]
+temp = 30.0
+speed = 33
+
+[[speed_matrix]]
+temp = 45.0
+speed = 50
+
+[[speed_matrix]]
+temp = 60.0
+speed = 66
+
+[[speed_matrix]]
+temp = 65.0
+speed = 69
+
+[[speed_matrix]]
+temp = 70.0
+speed = 75
+
+[[speed_matrix]]
+temp = 75.0
+speed = 89
+
+[[speed_matrix]]
+temp = 80.0
+speed = 100