Alessandro
Alessandro
We already have proton version.. the parameter is `wine`. For FSR are you talking about the experimental fshack patch or the one included in games?
In Wired mode colors are working, sensitivity is working, not sure how to check polling rate, LED brightness is not working `ValueError: Input range and output range must have the...
Ok fixed it input range should be `input_range": [0, 15, 1],` Here is the device file for wireless mode. https://gist.github.com/gort818/590f3c43b77afb917f81da0ec4bac877
Added button mappings, rainbow effect, and reactive led
Nice, there are a few more settings I need to add, also the colors will not stay after a reboot or if the mouse goes inactive.. might want a script...
I am going to need some help with the sensitivity settings.. they are `100–18,000 in 100 CPI Increments`
Brightness command and button mapping work in wired mode. 1. Rainbow effect only affects all the LEDs. 2. The same settings are available in both wired and wireless modes. 3....
Everything seems to be working great.. the sensitivity is wrong though.. it is `100–18,000 in 100 CPI Increments`
@fluffynuts Think I got the battery level sorted WIRED ``` Device.write(b"\x92") data = device.read(2) print(data) percent = "{:.0%}".format(data[1] / 149) print(percent) ``` WIRELESS ``` device.write(b"\xD2") data = device.read(2) print(data) percent...
Not sure how I missed this one, Closed with d1d44f94c9b067a5b99099292822bcfc37d591a6