Created
January 20, 2024 17:45
-
-
Save felixr/c3ebcd0ce7b6b611ecd67a0252ffabfb to your computer and use it in GitHub Desktop.
Lenovo L13 Yoga Gen2 nbfc config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"NotebookModel": "LENOVO 20R4001CBR", | |
"Author": "Rafaelti", | |
"EcPollInterval": 2000, | |
"ReadWriteWords": false, | |
"CriticalTemperature": 92, | |
"FanConfigurations": [ | |
{ | |
"ReadRegister": 149, | |
"WriteRegister": 148, | |
"MinSpeedValue": 255, | |
"MaxSpeedValue": 0, | |
"IndependentReadMinMaxValues": false, | |
"MinSpeedValueRead": 0, | |
"MaxSpeedValueRead": 0, | |
"ResetRequired": false, | |
"FanSpeedResetValue": 100, | |
"FanDisplayName": "Fan", | |
"TemperatureThresholds": [ | |
{ | |
"UpThreshold": 70, | |
"DownThreshold": 0, | |
"FanSpeed": 0.0 | |
}, | |
{ | |
"UpThreshold": 75, | |
"DownThreshold": 65, | |
"FanSpeed": 8.235294 | |
}, | |
{ | |
"UpThreshold": 80, | |
"DownThreshold": 70, | |
"FanSpeed": 16.0784321 | |
}, | |
{ | |
"UpThreshold": 85, | |
"DownThreshold": 75, | |
"FanSpeed": 24.705883 | |
}, | |
{ | |
"UpThreshold": 90, | |
"DownThreshold": 80, | |
"FanSpeed": 32.0 | |
}, | |
{ | |
"UpThreshold": 92, | |
"DownThreshold": 85, | |
"FanSpeed": 48.0 | |
} | |
], | |
"FanSpeedPercentageOverrides": [] | |
} | |
], | |
"RegisterWriteConfigurations": [ | |
{ | |
"WriteMode": "Set", | |
"WriteOccasion": "OnInitialization", | |
"Register": 147, | |
"Value": 20, | |
"ResetRequired": false, | |
"ResetValue": 4, | |
"ResetWriteMode": "Set", | |
"Description": "Set EC to manual control" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment