dokutan
dokutan
That explains everything, the PKGPUILD downloads and installs the release version. You need to run ``make && sudo make install`` to get the git version, or don't install and run...
Perfect, that means the mouse gets detected and opened. You can try ``sudo mouse_m908 -c some_empty_file`` to try sending some of the captured data. Edit: you can ignore the --bus...
That is as expected, i took the relevant data from one of you captures, when changing the settings the idea is to modify this packet to include the changes, then...
I'm beginning to get an understanding of the protocol, here is a list of things that require capture: - Changing the first side button and the normal mouse buttons to...
#### Changing DPI I rewrote the DPI handling in b921bd30473aa1981ad79ac36d67449a771ed95d, can you change the DPI on the mouse with that commit with ``mouse_m908 -c examples/example_m913.ini`` after modifying examples/example_m913.ini? Please post...
What you did looks good so far, however the binary you actually called is definitely not coming from these commits, i removed the debug output during mouse detection as that...
Glad that it worked now, buttons 13-16 not working is expected because i didn't implement them yet, as for button 3 could you try mapping it to something else, e.g....
The button positions were indeed mixed up, that should be fixed in 3829421f2be3ab6cbc77ab6d20cbeebc12aa8288. If it is now possible to remap all buttons i can focus on the button functions.
Perfect, does remapping the other buttons work?
> What polling_rate is? I assigned to button but it did not override previous value. I will look into that and consider the other functions. What dou you plan do...