Skip to content

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

License

Notifications You must be signed in to change notification settings

Jonatas-Goncalves/ShanWanTwin_2-4Ghz_Linux

 
 

Repository files navigation

Repository for shanwan-gamepad packageate MaxxedSUSE repository`.

https://build.opensuse.org/package/show/home:MaxxedSUSE/shanwan-gamepad

From the original repo

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'

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.9%
  • Shell 3.1%