jakibaki / hid-mitm

Sysmodule mitming the Horizon hid (human interface device) services to allow using unsupported gamepads on the nintendo switch.
GNU General Public License v2.0
103 stars 23 forks source link

Added python script for Wii Classic controller #19

Closed friedkeenan closed 5 years ago

friedkeenan commented 5 years ago

For this you need the cwiid python library (for python 2, it can be installed from here or with sudo apt install python-cwiid, for python 3 it can be installed from here). I decided to have the shebang use python 3 because python 2 is yucky.

jakibaki commented 5 years ago

Thanks!