Suport for MSI Vigor GK 50 Low Profile keyboard

I’m looking for a plugin for MSI Vigor GK 50 Low Profile

1 Like

Me too! It’s very annoying this situation. The motherboard msi is supported but the keyboard don’t. The mystic light software it’s a crap because lack of support to my corsair’s mouse. Please repeatly send email to signal rgb support for a feedback to us. Sorry for my bad english…

Just to keep things simple, if you just want the keyboard to be the same color as all other supported RGB devices. Controlling each and every led on its own is gonna be a bit more of a challenge which I still need to figure out.

First, find the MSI_Keyboard_Controller.js in
C:\Users\[YOUR USERNAME]\AppData\Local\VortxEngine\app-[CURRENT VERSION]\Signal-x64\Plugins\Msi
Copy and paste it into
C:\Users\[YOUR USERNAME]\Documents\WhirlwindFX\Plugins
Now open it in a text editor.

As you can see below there are two supported keyboards already, GK41 and GK71.

The 0x0B41 is the device ID of the GK41 keyboard.

If you want to find the ID of your keyboard, open SignalRGB and go to settings.
Under System info/Device information, you will see a list of all devices.
Find your keyboard and its product ID.

Now just add your keyboard with the product ID in de plugin file inside this.PIDLibrary just like the other keyboards.

In this.LEDLibrary, you just copy the first block of code (for example 0x0B41: {...}), paste it below and change the product ID to the one you just added in PIDLibrary. Change the name and save your file.

Now restart SignalRGB and your keyboard should be added.

This will just be one color, but changing single LEDs will need a little more time, as you will need to capture USB data and actually provide the right place for each and every LED.

I hope this already helps a little bit.

i did this solution but after a few minutes my keyboard freezes and i have to unplug it and plug it back in to get it working again