Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 504 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 504 Bytes

ShanWanTwin_2-4Ghz_Linux

Userspace script to split controller input for the Shanwan Wireless Twin controllers (2563:0555)

Requirements

  • Python (2.7)
  • python-uinput module
    • Install using pip: pip install python-uinput
  • 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'