-
Copy
alienfx/core/controller_m17x.py
tocontroller_<your-computer-name>.py
in the same directory, and modify it using the original file as a reference. -
At the top of
alienfx/core/prober.py
, add an import statement to import your new controller module created in step 1. This should be done at the docstring """ Import all subclasses of AlienFXController here. """. -
Modify
data/etc/udev/rules.d/10-alienfx.rules
to add a line for the VID and PID corresponding to the AlienFX USB controller on your computer. -
Test your modifications, and please submit a patch!
Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub