-
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aerox 9 color settings not persisting through sleep. #195
Comments
As I said on another issue (#191 (comment)), colors are not saved anymore in the mouse memory on newer devices... :( I do not know how I will handle this yet. In the meantime, it is possible to configure the device to stay blank at wakeup by sending the #!/usr/bin/env python3
import rivalcfg
mouse = rivalcfg.get_first_mouse()
mouse._hid_write(data=[0x27, 0x00]) # 0x67, 0x00 in wireless mode
mouse.save() |
Aha, I guess I didn't look hard enough then, sorry about that :) Thank you very much for the great answer! |
The option is now on
I have to update the doc before releasing the new version :) |
This is now implemented, documented and released :) |
Hey,
I recently got my new Aerox 9 Wireless, and rivalcfg works quite well with it.
However, I like not having any colors on, so by setting the color to black on all zones, this works.
sudo rivalcfg --z1 black --z2 black --z3 black
But when the mouse goes into "sleep", it sets it self to the default rainbow effect when woken up again.
Any idea if this can be fixed? Or is this intended behaviour/a problem with the device itself?
Sensitivity settings seem to persist, but color settings do not.
The text was updated successfully, but these errors were encountered: