Conversation
|
This PR now also enables sending multiple packages with one CLI command to have a single |
|
There are some other devices that have a second packet to configure wheels bindings, but the A9/WA9 are the only ones to have button bindings spliced in multiple packets. But they are the only SS mice with that much buttons. :) |
|
is there anything holding this pr up? 👀 |
|
@khbsd just me that is slowly burning out and that can't keep up with my work and all my projects... I will try to work on this asap, i also have to implement support for new devices too... Sorry for the time it takes ^^' |
no worries! im not trying to condemn you or push you at all, i was just wondering if there was anything i could help with :) |
This PR adds support for configuring the buttons on the Aerox 9 wireless (and probably wired).
I am not sure if I am missing something or if the Aerox 9 is the only device that has a button configuration split among multiple commands (
[0x2a, 0x00],[0x2a, 0x01],[0x2a, 0x02]).I didn't find a way to bundle all three in one command without modifying mouse.py, so there are now three flags for configuring the buttons (--buttons1,--buttons2,--buttons3), which is pretty clunky. Ideally, we can merge them into one--buttonsflag that sends multiple commands to the mouse. What would be the best way to go about that?closes #239