Contribute
Register

MSI Steelseries Keyboard

Status
Not open for further replies.
Joined
Apr 23, 2013
Messages
9
Motherboard
Dell XPS 9560
CPU
I7-7700HQ
Graphics
GTX 1050, HD 630
Hey everyone,
i am developing an application to control MSI GS series steelseries keyboards backlight and/or effects.

https://github.com/JackGlobetrotter/KeyboardController

Version 0.0.1 -- Alpha, Development status

-three zone colors working
-menubar UI
-save Colors and autoset on Appstart

TODO:
auto startup
Get effects working
App Icon????
exclude node and implement HID interface

Thanks to:
https://github.com/wearefractal/msi-keyboard

Downloads in Attachments

Thanks to try it out and leaving yout tips and comments here

Jakob
 

Attachments

  • KeyboardControler.zip
    23.5 MB · Views: 219
I have MSI GS60 Ghost Pro with Steel Series Keyboard build-in.
Your soft is working sometimes, it just can't get device sometimes (i need to run program 10 times at least to change LED color).
Looks like your soft works fine, but I have issue with blinking LED in OSX like keyboard LED unconnected or smth. Any suggestions to fix that blinking?
 
UPD: not blinking anymore in Sierra.
By the way, I would like to show you a better and more customizable way to control keyboard lights color and modes.
You should install nodejs and clone repo from here.
Then go to Automator and create new application. Then add new bash script. Paste this code below (but edit your path to script)
Code:
/usr/local/bin/node /Users/ichi/Downloads/msi-keyboard-master/examples/color.js

After that you should export to Application and save app to Programs (and you can add our program in autorun).

If you have another msi keyboard device-id or if you want another color or mode - just edit the script color.js for colors or config code for device id.
 
Status
Not open for further replies.
Back
Top