Jump to content

MSI GT60/70/780/783 GE60/70 GX780 Keyboard led enabler


panavtec
 Share

2 posts in this topic

Recommended Posts

Hi,

 

I maked a little program in c++ to enable the keyboard led backlight. It simulates the KLM of MSI on windows. This can works on windows / linux / mac. Please note this project is Work in Progress, so you can report bugs or fix it and send me a pull request if you want.

 

Source code:

https://github.com/PaNaVTEC/MSI_GT_GE_Led_Enabler

 

The usage:

 

 

Usage [NORMAL MODE]:

msiledenabler -mode normal -color1 <valid_color> [-color2 <valid_color>] [-color3 <valid_color>]

-level <valid_intensity_level>

Usage [GAMING MODE]:

msiledenabler -mode gaming -color1 <valid_color> -level <valid_intensity_level>

 

Valid intensity levels: [0,1,2,3]

Valid Colors: [black|red|orange|yellow|green|sky|blue|purple|white]

Example usage: ./msiledenabler -mode normal -color1 blue -color2 green -color3 yellow -level 0

 

Downloads:

https://github.com/PaNaVTEC/MSI_GT_GE_Led_Enabler/downloads

 

Known bugs:

Colors are not working OK, example: blue is red.... I will fix asap.

Link to comment
Share on other sites

  • 4 years later...
 Share

×
×
  • Create New...