Fabien LOISON
Fabien LOISON
Thank you for all the detail. If someone is able to reverse engineer the device, I can help to implement it in Rivalcfg :)
Yes I need some packet capture. While capturing packets, you have to change one setting at time in the SSE3 and match the changed setting with captured packets. I wrote...
Hello ! I started working on the Prime Wireless. Currently I implemented DPI, Polling Rate and Color in wired mode: ``` SteelSeries Prime Wireless (wired mode) Options: -s SENSITIVITY, --sensitivity...
Update: * The wireless mode now supported (I had to check something first I add it) * The button mapping should now be working: ``` -b BUTTONS_MAPPING, --buttons BUTTONS_MAPPING Set...
@haemka for the dpi button, its behavior is implemented by the mouse firmware so I cannot do anything for this :/ --- I get some info about reading the battery...
I added Sleep Timer and Dim Timer: ``` -t SLEEP_TIMER, --sleep-timer SLEEP_TIMER Set the IDLE time before the mouse goes to sleep mode (minutes, 0 = disable) (from 0 to...
Hum... Is it possible that the smart mode disable the light when moving? Maybe `0x01` enables it instead of disabling it?  --- EDIT: Can you try to change `rivalcfg/devices/prime_wireless_wired.py:102`...
Hum The timing is probably wrong too, I forget a byte ... Can you also try with ```python "command": [0x23, 0x0F, 0x01, 0x01, 0x00], ``` and ```python "command": [0x23, 0x0F,...
Thank you, I fixed the implementation :)
This mouse is now supported by **Rivalcfg v4.6.0** :)