-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Msi stealth gs66 rgb issue #48
Comments
Msiklm id vendor:product: 4152:4410 |
Well, if the configuration is possible using the SteelSeries Engine on Windows, it might be possible to use WhireShark or something else to find out what's the required command for your configuration of choice. Thereafter, implementing the same command with a different application should be straightforward. |
do you've any tutorials on how to capture those packets? I tried it and got some data, but not exactly sure what I am looking for. Right now this tool (running it from C code as I had to change the openKeyboard() function) blinks the lights quickly, but the lights don't stay on.. |
Personally, I don't have any tutorials on how to dump or reverse engineer the command structure. I propose to use WireShark for this and maybe stick with tutorials on how to dump/analyze USB traffic with it. |
I can control the per key rgb using msiperkeyrgb, apart from the rgb under the power button, which is very annoying. Based on the output of msiklm list, there's two devices that are steelseries klc, both with the same vendor and product ids, just the device interface number is 1 instead of 0 on the second. The ids listed are different than the ones listed with lsusb, and only one device shows up under lsusb. I'm not sure how to control the rgb of that one single key using either bit of software and it's really annoying me.
The text was updated successfully, but these errors were encountered: