Configuration Help: Level20Desk + RacerConnect only showing one LED #174
-
After having some trouble with RazerConnect not working at all with TTController for a while I got this working again (lots of uninstall/reinstall of Razer Software) but now I'm having the problem that my old config.json doesn't seem to work properly anymore... it only lights up the first LED instead of the whole row/table. My system:
My config:
Any idea what I'm doing wrong to stretch the color configured in Chrome Studio to all LEDs and not just the first? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Sorry for late reply. You probably updated from old version so you need to use color modifiers and lerpledcolormodifier like so: "PortConfigs": [
{
"Ports": [[9802, 2001]],
"Config": {
"DeviceType": "Level20Desk",
"IgnoreColorCache": true,
"ColorModifiers": [
{
"Type": "LerpLedColorModifier"
}
]
}
}
] |
Beta Was this translation helpful? Give feedback.
Sorry for late reply.
You probably updated from old version so you need to use color modifiers and lerpledcolormodifier like so: