Browse Source

rename pro file and add README

master
Brad Parker 9 years ago
parent
commit
9ba0c43a38
  1. 11
      README
  2. 5
      msi-keyboard.pro

11
README

@ -0,0 +1,11 @@
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
libhidapi-libusb0
To build:
qmake
make

5
msi-keyboard.pro

@ -0,0 +1,5 @@
QT -= gui
SOURCES += main.cpp keyboard.cpp
HEADERS += keyboard.h
unix:LIBS += -lhidapi-libusb
Loading…
Cancel
Save