I'm pulling my hair out and would really appreciate some help.
I have a wired DIY adaptor which was working fine with PS3 sometime ago, now I only reprogrammed it to Xbox One. I'm using a different PC now so I had to install everything from scratch.
I installed:
Gimx 4.3
UsbDk 1.0.4
MS drivers for Xbox One controller
After installation the controller worked fine in joy.cpl, I then used zadig to replace that driver with libusbk and now it is detected as libusbk USB Devices/Controller. Mind you, USB ID I have is 045E:02DD, not 045E:02D1. When I plug it in it vibrates briefly and that's it, no other reaction.
I could quickly created a basic config with directions and X Y buttons
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
-<root>
-<controller type="XOnePad" dpi="0" id="1">
-<configuration id="1">
<trigger type="" id="" delay="0" switch_back="no" button_id="" name=""/>
<mouse_options_list/>
<intensity_list/>
-<button_map>
-<button id="abs_axis_6" label="">
<device type="keyboard" id="0" name="Standard PS/2 Keyboard"/>
<event type="button" id="a"/>
</button>
-<button id="abs_axis_4" label="">
<device type="keyboard" id="0" name="Standard PS/2 Keyboard"/>
<event type="button" id="d"/>
</button>
-<button id="abs_axis_3" label="">
<device type="keyboard" id="0" name="Standard PS/2 Keyboard"/>
<event type="button" id="w"/>
</button>
-<button id="abs_axis_5" label="">
<device type="keyboard" id="0" name="Standard PS/2 Keyboard"/>
<event type="button" id="s"/>
</button>
-<button id="abs_axis_9" label="">
<device type="keyboard" id="0" name="Standard PS/2 Keyboard"/>
<event type="button" id="SPACE"/>
</button>
-<button id="abs_axis_8" label="">
<device type="keyboard" id="0" name="Standard PS/2 Keyboard"/>
<event type="button" id="LCTRL"/>
</button>
</button_map>
<axis_map/>
</configuration>
</controller>
</root>
Output: DIY USB
Port: Com7
Input: Physical devies
Output: Gui
Config checks fine and when I hit Start I see:
option -c with value x1.xml
option -p with value COM7
subpos flag is set
force_updates flag is set
that's it. below that cursor flashes and nothing happens. Gui does not come up either.
thanks