[Config] Xbox 360 Controller for PS4

Post or request custom configuration files.
Post Reply
Rulker
Posts: 2
Joined: Fri Mar 24, 2017 3:57 pm

[Config] Xbox 360 Controller for PS4

Post by Rulker »

Hello everyone!

It's my first gimx config that can help you to connect xbox 360 gamepad to ps4 without share button.

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<root>
  <controller id="1" dpi="0" type="DS4">
    <configuration id="1">
      <trigger type="" id="" name="" button_id="" switch_back="no" delay="0"/>
      <mouse_options_list/>
      <intensity_list/>
      <button_map>
        <button id="abs_axis_2" label="">
          <device type="joystick" id="0" name="Xbox Gamepad (userspace driver)"/>
          <event type="button" id="8"/>
        </button>
        <button id="abs_axis_1" label="">
          <device type="joystick" id="0" name="Xbox Gamepad (userspace driver)"/>
          <event type="button" id="7"/>
        </button>
        <button id="abs_axis_3" label="">
          <device type="joystick" id="0" name="Xbox Gamepad (userspace driver)"/>
          <event type="button" id="11"/>
        </button>
        <button id="abs_axis_4" label="">
          <device type="joystick" id="0" name="Xbox Gamepad (userspace driver)"/>
          <event type="button" id="12"/>
        </button>
        <button id="abs_axis_5" label="">
          <device type="joystick" id="0" name="Xbox Gamepad (userspace driver)"/>
          <event type="button" id="13"/>
        </button>
        <button id="abs_axis_6" label="">
          <device type="joystick" id="0" name="Xbox Gamepad (userspace driver)"/>
          <event type="button" id="14"/>
        </button>
        <button id="abs_axis_7" label="">
          <device type="joystick" id="0" name="Xbox Gamepad (userspace driver)"/>
          <event type="button" id="3"/>
        </button>
        <button id="abs_axis_8" label="">
          <device type="joystick" id="0" name="Xbox Gamepad (userspace driver)"/>
          <event type="button" id="1"/>
        </button>
        <button id="abs_axis_9" label="">
          <device type="joystick" id="0" name="Xbox Gamepad (userspace driver)"/>
          <event type="button" id="0"/>
        </button>
        <button id="abs_axis_10" label="">
          <device type="joystick" id="0" name="Xbox Gamepad (userspace driver)"/>
          <event type="button" id="2"/>
        </button>
        <button id="abs_axis_11" label="">
          <device type="joystick" id="0" name="Xbox Gamepad (userspace driver)"/>
          <event type="button" id="4"/>
        </button>
        <button id="abs_axis_12" label="">
          <device type="joystick" id="0" name="Xbox Gamepad (userspace driver)"/>
          <event type="button" id="5"/>
        </button>
        <button id="abs_axis_15" label="">
          <device type="joystick" id="0" name="Xbox Gamepad (userspace driver)"/>
          <event type="button" id="9"/>
        </button>
        <button id="abs_axis_16" label="">
          <device type="joystick" id="0" name="Xbox Gamepad (userspace driver)"/>
          <event type="button" id="10"/>
        </button>
        <button id="abs_axis_17" label="">
          <device type="joystick" id="0" name="Xbox Gamepad (userspace driver)"/>
          <event type="button" id="6"/>
        </button>
      </button_map>
      <axis_map>
        <axis id="abs_axis_13" label="">
          <device type="joystick" id="0" name="Xbox Gamepad (userspace driver)"/>
          <event type="axis" id="5" dead_zone="0" multiplier="0.008" exponent="1.00" shape=""/>
        </axis>
        <axis id="abs_axis_14" label="">
          <device type="joystick" id="0" name="Xbox Gamepad (userspace driver)"/>
          <event type="axis" id="4" dead_zone="0" multiplier="0.008" exponent="1.00" shape=""/>
        </axis>
        <axis id="rel_axis_0" label="">
          <device type="joystick" id="0" name="Xbox Gamepad (userspace driver)"/>
          <event type="axis" id="0" dead_zone="0" multiplier="0.004" exponent="1.00" shape=""/>
        </axis>
        <axis id="rel_axis_1" label="">
          <device type="joystick" id="0" name="Xbox Gamepad (userspace driver)"/>
          <event type="axis" id="1" dead_zone="0" multiplier="0.004" exponent="1.00" shape=""/>
        </axis>
        <axis id="rel_axis_2" label="">
          <device type="joystick" id="0" name="Xbox Gamepad (userspace driver)"/>
          <event type="axis" id="2" dead_zone="0" multiplier="0.004" exponent="1.00" shape=""/>
        </axis>
        <axis id="rel_axis_3" label="">
          <device type="joystick" id="0" name="Xbox Gamepad (userspace driver)"/>
          <event type="axis" id="3" dead_zone="0" multiplier="0.004" exponent="1.00" shape=""/>
        </axis>
      </axis_map>
      <joystick_corrections_list/>
    </configuration>
  </controller>
</root>
Post Reply