Environment:
Pi B
Retropi 3.5
Geoteck VX-2 connected by USB cable
Issue:
Start and Select buttons are not recognised.
Description:
I am trying to configure a Gioteck VX2 BT Controller which is connected to the Pi using USB. This is a BT controller, but i am not using the BT connection.
When configuring ES the controller is detected correctly, however when i configure the controller ES doesn’t respond to the Select and Start buttons. All other buttons can be configured correctly.
es_input.cfg:
<?xml version="1.0"?>
<inputList>
<inputConfig type="joystick" deviceName="Goodbetterbest Ltd Gioteck VX2 BT Controller" deviceGUID="03000000f0250000c483000011010000">
<input name="a" type="button" id="2" value="1" />
<input name="b" type="button" id="1" value="1" />
<input name="down" type="hat" id="0" value="4" />
<input name="left" type="hat" id="0" value="8" />
<input name="leftanalogdown" type="axis" id="1" value="1" />
<input name="leftanalogleft" type="axis" id="0" value="-1" />
<input name="leftanalogright" type="axis" id="0" value="1" />
<input name="leftanalogup" type="axis" id="1" value="-1" />
<input name="leftbottom" type="button" id="6" value="1" />
<input name="leftthumb" type="button" id="10" value="1" />
<input name="lefttop" type="button" id="4" value="1" />
<input name="right" type="hat" id="0" value="2" />
<input name="rightanalogdown" type="axis" id="3" value="1" />
<input name="rightanalogleft" type="axis" id="2" value="-1" />
<input name="rightanalogright" type="axis" id="2" value="1" />
<input name="rightanalogup" type="axis" id="3" value="-1" />
<input name="rightbottom" type="button" id="7" value="1" />
<input name="rightthumb" type="button" id="11" value="1" />
<input name="righttop" type="button" id="5" value="1" />
<input name="up" type="hat" id="0" value="1" />
<input name="x" type="button" id="3" value="1" />
<input name="y" type="button" id="0" value="1" />
</inputConfig>
</inputList>