steamcontroller
steamcontroller copied to clipboard
Standalone Steam Controller Driver
On my Debian testing machine, the default permissions of /dev/uinput are: ``` $ ls -hl /dev/uinput crw------- 1 root root 10, 223 2015-12-27 12:31 /dev/uinput ``` When starting sc-xbox.py, I...
Hi @ynsta I didn't change any logic and didn't break back compatibility with earlier Python versions. Just fixed some stuff like: * `if x == None:` -> `if x is...
What do i need to do to disable the emulated controller?