This module, coming with a script, will illuminate your MSI keyboard, if supported.
- cython-hidapi (compatible python3 except for the try.py script)
- python 3.3 or above
- Download it:
$ git clone https://github.com/ElricleNecro/kmsi.git
- Build the module:
$ python3 setup.py build
- Install it:
$ sudo python3 setup.py install
- Execute the kmsi script:
$ sudo kmsi
Use kmsi --help
to get more information about the options.
Note: You can add the --user
option, but root right will still be needed to execute the script.