Configuration Help #57
Answered
by
MoshiMoshi0
Maurice1986
asked this question in
Configuration
-
Describe your desired configuration I am trying to setup Razer Connect Effect on my pure plus 3 of the led is not working. Hardware info
Current configuration
|
Beta Was this translation helpful? Give feedback.
Answered by
MoshiMoshi0
Jul 4, 2020
Replies: 2 comments
-
Your config was slightly wrong, try this: {
"Profiles": [
{
"Name": "Default",
"Ports": [
[9802, 8101, 1],
[9802, 8101, 2],
[9802, 8101, 3],
[9802, 8101, 4],
[9802, 8101, 5],
[9802, 8102, 1],
[9802, 8102, 2],
[9802, 8102, 3],
[9802, 8102, 4]
],
"SpeedControllers": [
{
"Type": "PwmSpeedController",
"Config": {
"CurvePoints": [
[30, 30],
[45, 50],
[55, 60],
[65, 80],
[80, 100]
],
"Sensors": ["/intelcpu/0/temperature/4"],
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
],
"Effects": [
{
"Type": "RazerConnectEffect",
"Config": {
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
}
],
"ComputerStateProfiles": [
{
"StateType": "Shutdown",
"Ports": [
[9802, 8101, 1],
[9802, 8101, 2],
[9802, 8101, 3],
[9802, 8101, 4],
[9802, 8102, 1],
[9802, 8102, 2],
[9802, 8102, 3]
],
"Speed": 65,
"Color": {
"Full": [255, 0, 0]
}
}
],
"PortConfigs": [
{
"Ports": [
[9802, 8101, 1],
[9802, 8101, 2],
[9802, 8101, 3],
[9802, 8101, 4],
[9802, 8101, 5],
[9802, 8102, 1],
[9802, 8102, 2],
[9802, 8102, 3],
[9802, 8102, 4]
],
"Config": {
"LedCountHandling": "Lerp"
}
}
]
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MoshiMoshi0
-
Thank you works like a charm |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your config was slightly wrong, try this: