Userspace script to split controller input for the Shanwan Wireless Twin controllers (2563:0555)
- Python (2.7)
- python-uinput module
- Install using pip:
pip install python-uinput
- Install using pip:
- Supported controller. Find using
dmesg
and applying a grep pattern'(?<=2563:0555\.\d{4}: input,)\w{6}\d'
- Example (flags may differ on your grep install):
dmesg | grep -oP '(?<=2563:0555\.\d{4}: input,)\w{6}\d'
- Example (flags may differ on your grep install):