flozz / rivalcfg

CLI tool and Python library to configure SteelSeries gaming mice
https://flozz.github.io/rivalcfg/
Do What The F*ck You Want To Public License
792 stars 65 forks source link

thanks, it seems to work great on macOS #182

Closed glyph closed 2 years ago

glyph commented 2 years ago

I have been pretty unhappy about SteelSeries' official software for quite some time so when I saw this I immediately did a pipx install rivalcfg and was pleasantly surprised to see that it did work without any effort on my mac, at least to the trivial case of rivalcfg --battery-level. Equally pleasantly surprised that from rivalcfg import get_first_mouse; m = get_first_mouse(); print(m.battery) was all I needed to do if I wanted to customize my own presentation of the info.

So, no problem here, just wanted to give a more detailed "thank you" beyond a star.

flozz commented 2 years ago

I am very happy that Rivalcfg was useful to you! Thank you for the feedback! :)

lpla commented 2 years ago

Same here with a MacBook Pro, macOS Monterey and a Kinzu V2 mouse. I was having some load issues given the 1000 Hz polling rate. It was as easy as doing pip3 install rivalcfg and rivalcfg -p 125 and everything now works flawlessly!