Config Help Please Razor Chroma Riing Quad Only One Section Lighting up #187
Unanswered
Mark112887
asked this question in
Configuration
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just got myself five riing quad fans. I love them, as everyone has said the software is just bad. I love this program but I can't for the life of me figure out what to do to get all of them completely lighting up. I have five of them and only one section on each lights up. I've done some research but I'm not very good with coding. Hoping for some help to correct this and get all of my fans properly lighting up. I love to use the audio mixer and no matter what I do I can't get the entire RGB array on each fan to light up
Here's my config file
{
"Profiles": [
{
"Name": "Default",
"Ports": [
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8800, 4],
[9802, 8800, 5]
],
"SpeedControllers": [
{
"Type": "StaticSpeedController",
"Config": {
"Speed": 100,
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
],
"Effects": [
{
"Type": "RazerConnectEffect",
"Config": {
"Trigger": {
"Type": "AlwaysTrigger"
}
}
}
]
}
],
"PortConfigs": [
{
"Ports": [
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8800, 4],
[9802, 8800, 5]
],
"Config": {
"LedCount": 12,
"LedCountHandling": "Lerp"
}
},
{
"Ports": [
[9802, 8800, 1],
[9802, 8800, 2],
[9802, 8800, 3],
[9802, 8800, 4],
[9802, 8800, 5]
],
"Config": {
"LedCount": 30,
"LedCountHandling": "Lerp"
}
}
]
}
Beta Was this translation helpful? Give feedback.
All reactions