e155a6cfcc Merge remote-tracking branch 'origin/master'
8965efd557 Merge pull request #4 from wasertech/patch-1 Update identify_evdev.py
746fc0d499 Update identify_evdev.py I stumbled upon https://aweirdimagination.net/2015/04/06/emulating-xbox-controllers-on-linux/ which led me to https://aweirdimagination.net/2015/04/04/identifying-joystick-devices/ and then here. On python 3.10 you'll get a depreciation warning. ```zsh identify_evdev.py:31: DeprecationWarning: Please use InputDevice.path instead of InputDevice.fn output.append(devices[fd].fn) /dev/input/event259. ``` It will still work but the output is borked. With `path` instead: ```zsh /dev/input/event259 ```
cd5fdba714 Merge pull request #2 from VoodaGod/master fix wrongful dpad y-axis inversion
b23943510e fix wrongful dpad y-axis inversion
- Compare 7 commits »