SteelSeries Sensei Raw control utility
Go to file
Přemysl Eric Janouch e8914c63fb
Arch Linux AUR Success Details
Alpine 3.19 Success Details
CMakeLists.txt: declare compatibility with 3.27
Sadly, the 3.5 deprecation warning doesn't go away after this.
2023-08-01 03:19:35 +02:00
.clang-format Add clang-format configuration, clean up 2021-10-30 03:03:04 +02:00
CMakeLists.txt CMakeLists.txt: declare compatibility with 3.27 2023-08-01 03:19:35 +02:00
LICENSE Name change 2020-08-22 09:30:50 +02:00
NOTES NOTES: fix formatting, mention 0x10 2017-02-03 23:16:23 +01:00
README.adoc README.adoc: update package information 2023-07-01 22:00:19 +02:00
config.h.in Bump minimum CMake version, related clean up 2020-10-29 16:28:18 +01:00
org.sensei-raw-ctl.policy.in Add a GTK+ GUI 2013-06-08 21:03:58 +02:00
quote-file.cmake Add a GTK+ GUI 2013-06-08 21:03:58 +02:00
sensei-raw-ctl-gui.c Add clang-format configuration, clean up 2021-10-30 03:03:04 +02:00
sensei-raw-ctl-gui.desktop.in Show in GNOME Control Center, if possible 2013-06-08 23:59:30 +02:00
sensei-raw-ctl-gui.png Fix looks, update screenshot, update README information 2020-08-28 22:58:11 +02:00
sensei-raw-ctl-gui.svg Add a GTK+ GUI 2013-06-08 21:03:58 +02:00
sensei-raw-ctl-gui.ui Fix looks, update screenshot, update README information 2020-08-28 22:58:11 +02:00
sensei-raw-ctl.c Add clang-format configuration, clean up 2021-10-30 03:03:04 +02:00
sensei-raw.svg Add a GTK+ GUI 2013-06-08 21:03:58 +02:00

README.adoc

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.

Run sensei-raw-ctl --help or man sensei-raw-ctl for usage information.

If you dont fancy command line tools, theres also a basic GTK+ frontend available. On Ubuntu and its derivatives, you should be able to find it in your System Settings, though this feature has disappeared completely with newer GNOME versions.

sensei raw ctl gui

Supported devices

  • SteelSeries Sensei Raw

  • SteelSeries Call of Duty: Black Ops II

  • SteelSeries Guild Wars 2

Packages

Regular releases are sporadic. git master should be stable enough. You can get a package with the latest development version using Arch Linuxs AUR, or as a Nix derivation.

Installation

Build dependencies: cmake >= 3.0, help2man
Runtime dependencies: libusb >= 1.0, gtk+ >= 3.0 (optional)

$ git clone https://git.janouch.name/p/sensei-raw-ctl.git
$ mkdir sensei-raw-ctl/build
$ cd sensei-raw-ctl/build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
# make install

Note that theres no make uninstall and the GUI needs to be installed in the right location in order to work correctly.

If you dont want the GUI frontend, append -DBUILD_GUI=NO to the cmake command. The GUI also isnt going to be built if you dont have the GTK+ 3 development packages installed, if your distribution has any.

For Debian-based distros, you can do the following instead of the last step:

$ cpack -G DEB
# dpkg -i sensei-raw-ctl-*.deb

Contributing and Support

Use https://git.janouch.name/p/sensei-raw-ctl to report bugs, request features, or submit pull requests. git send-email is tolerated. If you want to discuss the project, feel free to join me at ircs://irc.janouch.name, channel #dev.

Bitcoin donations are accepted at: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9

License

This software is released under the terms of the 0BSD license, the text of which is included within the package along with the list of authors.