A linux userspace device driver that allows joystick events to be remapped. Several joysticks can be combined into a single controller, and button/axes events can be remapped to new joystick, keyboard or mouse events. Advanced scripting also supported.
Categories
Hardware DriversLicense
GNU General Public License version 2.0 (GPLv2)Follow Linux Joystick Mapper
Other Useful Business Software
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Rate This Project
Login To Rate This Project
User Reviews
-
Used to combine two Xbox Adaptive Joysticks as a single gamepad. Works very nicely using vendor+product+number to distinguish the two input controllers. Configuration was a bit confusing because this is registered as a gamepad, and the code assumes joysticks: buttons are offset by 16 from the expectation. Fortunately the software doesn't complain about high numbers. Gamepad button 0 is at 16, etc. Only problem I had was trying to configure the face buttons on the left joystick as a dpad HAT. Pressing the button correctly sets the axis to max, but it doesn't reset to 0 when the button is released. I ended up writing some code to handle it, but this should be fixed. I had tried, e.g.: button vendor=0x045e product=0x0b1a number=0 src=16 target=joyaxis axis=17 flags=invert
-
Using code on SBC device to connect external joystick, as all aplications on OS have SDLKey bindings. Works miracles, thank u Alexandre!
-
Works great with DOSBox and Retropie setups!
-
I can't figure out how to install this. Can someone help me please ?