Please report issues through the googlecode page: link.
Read GIMX 1.00 annoucement in case of upgrade from GIMX 0.51 or older.
Known issues
Fixed issues.
Downloads.
Enhancements
- issue 99: [usb adapter] Better compatibility with the PS3.
An alternative firmware is now available for the DIY USB adapter:- It provides a better compatibility as it emulates a sixaxis:
- The PS button works.
- The pressure sensitive buttons should work (untested).
- The motion sensing axes should work (untested).
- It is less precise as stick axes are coded on 8 bits (vs 16 bits).
- It works with both Linux and Windows.
- This controller type is available as "Sixaxis" in gimx-serial.
- It provides a better compatibility as it emulates a sixaxis:
- issue 217: Support for joystick and mouse axes in macro files.
The syntax is:Code: Select all
#move joystick axis number 1 to position 32 JAXIS 1 32 #move mouse axis x from +5 MAXIS 0 5 #move mouse axis y from -10 MAXIS 1 -10