mirror of
https://github.com/cathery/sys-con.git
synced 2024-11-16 14:09:51 +00:00
fb578f6987
Allow unmapping keys Allow mapping multiple keys to the same button Allow changing the deadzone for each trigger Remove dualshock4 global option from the config files Update config files for new changes |
||
---|---|---|
.. | ||
AppletCompanion | ||
ControllerLib | ||
ControllerSwitch | ||
inih | ||
libstratosphere@62f5667b5f | ||
Sysmodule | ||
Makefile | ||
map.png | ||
map.xml | ||
README.md |
Components
- AppletCompanion: The homebrew application for interfacing with the sysmodule.
- ControllerLib: The controller driver library. Since it is up to the user to provide the USB implementation, this library becomes platform independent. To use it, one must inherit abstract classes
IUSBDevice
,IUSBInterface
,IUSBEndpoint
and implement them for your target platform. - ControllerSwitch: The switch implementation for ControllerLib. It contains the wrappers for the abstract classes, as well as classes responsible for creating a virtual controller on the switch.
- Sysmodule: The background process that does all the work. Responsible for detecting controllers and holding controller information, applying any changes in the config, writing to log.