Find a file
2019-11-11 23:41:35 +01:00
include Add usb report rate 2019-11-11 23:41:35 +01:00
example.ini Add usb report rate 2019-11-11 23:41:35 +01:00
LICENSE Initial commit 2019-11-09 01:09:17 +01:00
makefile Add files via upload 2019-11-09 01:10:30 +01:00
mouse_m908.cpp Add usb report rate 2019-11-11 23:41:35 +01:00
mouse_m908.rules Add files via upload 2019-11-09 01:10:30 +01:00
README.md Update README.md 2019-11-09 01:21:11 +01:00

mouse_m908

Control the Redragon M908 Impact gaming mouse from Linux

Installing

  • Install the dependencies:
    • libusb
    • boost
  • Clone this repo and run sudo make install
  • Restart to get userspace access to the mouse via the installed udev rule

Usage

The settings are store in a file and applied alla at once. See example.ini

  • Apply the example confiuration: mouse_m908 -c example.ini
  • Set active profile to number 3: mouse_m908 -p 3
  • Get usage info: mouse_m908 -h

TODO

Button remapping is not (yet) fully supported: macros and keyboard keys aren't implemented.