SteelSeries Sensei Raw control utility
Go to file
Přemysl Eric Janouch 4e1b26008b Add a README 2013-05-26 10:54:42 +02:00
CMakeLists.txt Initial commit 2013-05-26 10:13:30 +02:00
README Add a README 2013-05-26 10:54:42 +02:00
config.h.in Initial commit 2013-05-26 10:13:30 +02:00
sensei-raw-ctl.c Initial commit 2013-05-26 10:13:30 +02:00

README

sensei-raw-ctl

This program makes it possible to change the configuration of your SteelSeries
Sensei Raw mouse from within Linux, *BSD or any other POSIX-compatible system
supported by libusb.

Installation
============
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local
# make install