Skip to content

Instantly share code, notes, and snippets.

@neolao
Last active April 30, 2016 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neolao/e3bb5546d5961616929ce83e3c5a8256 to your computer and use it in GitHub Desktop.
Save neolao/e3bb5546d5961616929ce83e3c5a8256 to your computer and use it in GitHub Desktop.
8bitdo FC30 problem
<!-- 8bitdo FC30 micro USB -->
<inputConfig type="joystick" deviceName="FC30 FC30 Joystick" deviceGUID="030000003512000011ab000010010000">
<input name="a" type="button" id="0" value="1" code="288" />
<input name="b" type="button" id="1" value="1" code="289" />
<input name="down" type="axis" id="1" value="1" code="1" />
<input name="hotkey" type="button" id="10" value="1" code="298" />
<input name="left" type="axis" id="0" value="-1" code="0" />
<input name="pagedown" type="button" id="7" value="1" code="295" />
<input name="pageup" type="button" id="6" value="1" code="294" />
<input name="right" type="axis" id="0" value="1" code="0" />
<input name="select" type="button" id="10" value="1" code="298" />
<input name="start" type="button" id="11" value="1" code="299" />
<input name="up" type="axis" id="1" value="-1" code="1" />
<input name="x" type="button" id="3" value="1" code="291" />
<input name="y" type="button" id="4" value="1" code="292" />
</inputConfig>
<!-- 8bitdo FC30 micro USB Bluetooth -->
<inputConfig type="joystick" deviceName="Bluetooth Wireless Controller " deviceGUID="05000000102800000900000000010000">
<input name="a" type="button" id="170" value="1" code="304" />
<input name="b" type="button" id="171" value="1" code="305" />
<input name="down" type="axis" id="1" value="1" code="1" />
<input name="hotkey" type="button" id="180" value="1" code="314" />
<input name="left" type="axis" id="0" value="-1" code="0" />
<input name="pagedown" type="button" id="177" value="1" code="311" />
<input name="pageup" type="button" id="176" value="1" code="310" />
<input name="right" type="axis" id="0" value="1" code="0" />
<input name="select" type="button" id="180" value="1" code="314" />
<input name="start" type="button" id="181" value="1" code="315" />
<input name="up" type="axis" id="1" value="-1" code="1" />
<input name="x" type="button" id="173" value="1" code="307" />
<input name="y" type="button" id="174" value="1" code="308" />
</inputConfig>
<!-- 8bitdo FC30 mini USB -->
<inputConfig type="joystick" deviceName="FC30 FC30 Joystick" deviceGUID="030000003512000011ab000010010000">
<input name="a" type="button" id="1" value="1" code="289" />
<input name="b" type="button" id="2" value="1" code="290" />
<input name="down" type="axis" id="1" value="1" code="1" />
<input name="hotkey" type="button" id="6" value="1" code="294" />
<input name="left" type="axis" id="0" value="-1" code="0" />
<input name="pagedown" type="button" id="5" value="1" code="293" />
<input name="pageup" type="button" id="4" value="1" code="292" />
<input name="right" type="axis" id="0" value="1" code="0" />
<input name="select" type="button" id="6" value="1" code="294" />
<input name="start" type="button" id="7" value="1" code="295" />
<input name="up" type="axis" id="1" value="-1" code="1" />
<input name="x" type="button" id="0" value="1" code="288" />
<input name="y" type="button" id="3" value="1" code="291" />
</inputConfig>
<!-- 8bitdo FC30 mini USB Bluetooth -->
<inputConfig type="joystick" deviceName="Bluetooth Wireless Controller " deviceGUID="05000000102800000900000000010000">
<input name="a" type="button" id="170" value="1" code="304" />
<input name="b" type="button" id="171" value="1" code="305" />
<input name="down" type="axis" id="1" value="1" code="1" />
<input name="hotkey" type="button" id="180" value="1" code="314" />
<input name="left" type="axis" id="0" value="-1" code="0" />
<input name="pagedown" type="button" id="177" value="1" code="311" />
<input name="pageup" type="button" id="176" value="1" code="310" />
<input name="right" type="axis" id="0" value="1" code="0" />
<input name="select" type="button" id="180" value="1" code="314" />
<input name="start" type="button" id="181" value="1" code="315" />
<input name="up" type="axis" id="1" value="-1" code="1" />
<input name="x" type="button" id="173" value="1" code="307" />
<input name="y" type="button" id="174" value="1" code="308" />
</inputConfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment