You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
866 B

This program can change the colors on your MSI steelseries keyboard. The keyboards have 3 regions that can have different colors for each one.
Prerequisites (tested on Ubuntu 14.04 only):
Qt 5.2 or later (Ubuntu includes Qt 5.2.1)
libhidapi-dev
libhidapi-libusb0
To build:
qmake
make
To use:
Usage: ./msi-keyboard [options]
Keyboard color changer for MSI steelseries keyboards
Options:
-h, --help Displays this help.
-v, --version Displays version information.
-m, --mode set color mode: normal, gaming, breathe, demo, wave
-c, --color set a color using the format: region,color,intensity
Available regions:
left
middle
right
Available colors:
off
red
orange
yellow
green
sky
blue
purple
white
Available intensities:
high
medium
low
light
Example:
./msi-keyboard -m normal -c left,red,high -c middle,purple,high -c right,sky,high