diff options
Diffstat (limited to 'configs/Abit/VA-20.conf')
-rw-r--r-- | configs/Abit/VA-20.conf | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/configs/Abit/VA-20.conf b/configs/Abit/VA-20.conf new file mode 100644 index 00000000..3f8a9cbf --- /dev/null +++ b/configs/Abit/VA-20.conf @@ -0,0 +1,41 @@ +#### Abit VA-20 contributed by DawnLight #### + +chip "it87-*" "it8712-*" + + label in0 "CPU VCore" + label in1 "+2.5V" + label in2 "+3.3V" + label in3 "+5V" + label in4 "+12V" + ignore in5 + ignore in6 + ignore in7 + label in8 "VBat" + + ignore vid + + compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1) + compute in4 ((30/10) +1)*@ , @/((30/10) +1) + + set in0_min 1.55 * 0.95 + set in0_max 1.55 * 1.05 + set in1_min 2.4 + set in1_max 2.6 + set in2_min 3.3 * 0.95 + set in2_max 3.3 * 1.05 + set in3_min 5.0 * 0.95 + set in3_max 5.0 * 1.05 + set in4_min 12.5 * 0.95 + set in4_max 12.5 * 1.05 + + label temp1 "M/B Temp" + set temp1_over 44 + set temp1_low 15 + label temp2 "CPU Temp" + set temp2_over 45 + set temp2_low 15 + ignore temp3 + + set fan1_min 3000 + ignore fan2 + ignore fan3 |