dokutan
dokutan
It should already be supported by the generic backend, you can try to change the profile or read the settinhg to test this. Please keep in mind that changing the...
The basic idea is to use wireshark to capture the usb traffic for individual changes to the mousem, noting the change you made. The wireshark documentation or these guides should...
Thanks for the report, this is indeed an alternative code for the fire button, i have added support in 40eef1cf1ba70ed9409029596ba4832bfb5b4404. Please note that if you are interested in configuring all...
A few links about the process copied from a previous issue: https://bytepunk.wordpress.com/2017/03/25/reverse-engineering-a-usb-mouse/ https://github.com/pez2001/razer_chroma_drivers/wiki/Reverse-Engineering-USB-Protocol https://github.com/dokutan/rgb_keyboard/tree/master/doc (from my other usb reverse engineering project) The idea is to capture: - the data sent...
> When I change the mouse settings in the software, I get the entries/frames in wireshark with the hex values, how to "understand" them? Understanding them means which bytes need...
@REmerald Which and how many front buttons can be customized?
@REmerald For testing purposes, building the current git version is required (the reported version is still 3.3): ``` git clone https://github.com/dokutan/mouse_m908 && cd mouse_m908 # or git pull make clean...
Please run ``lsusb`` and attach the output, with that information i can add initial support for the M686. This would allow you to try some simple things like changing the...
Thanks, i have added an experimental backend for the M686 in 8066172567d8d7bfe0b74a911c4367da3f697afd. You could try to build from the master branch and then run ``mouse_m908 -R -`` to see if...
> libusb-1.0 was not found in the pkg-config search path and libusb.h does not exist when running the make command. It seems like you haven't installed libusb, on many distros...