msi-klc
A tool/library that allows you to control the backlight of your MSI SteelSeries laptop keyboard.
Supports 3 regions, 8 predefined colors, RGB colors, and custom animations (CLI only).
Tested Devices
Linux
- MSI GE60 2PE
Installation
Compiling
- Requirements
- Rust (cargo)
- hidapi
Note: This project uses the libusb backend of hidapi as there are issues when using hidraw.
Manual compilation
Using cargo
Usage
Make sure to run with root privileges (sudo) if you don't have the appropriate udev rules.
CLI
# make the entire keyboard blue
# make the left side of the keyboard red
# turn off all the LEDs on the keyboard
# ...and turn them back on
# make the keyboard cyan
# make only the left side cyan
&&
# load an animation
Library
use *;