Add Nintendo Core (Plus) Wired Controller.
This commit is contained in:
parent
7e544eaf6e
commit
e87491c627
2 changed files with 56 additions and 0 deletions
|
@ -0,0 +1,29 @@
|
|||
input_driver = "udev"
|
||||
input_device = "Core (Plus) Wired Controller"
|
||||
input_vendor_id = "8406"
|
||||
input_product_id = "42769"
|
||||
input_b_btn = "1"
|
||||
input_y_btn = "0"
|
||||
input_select_btn = "8"
|
||||
input_start_btn = "9"
|
||||
input_up_btn = "h0up"
|
||||
input_down_btn = "h0down"
|
||||
input_left_btn = "h0left"
|
||||
input_right_btn = "h0right"
|
||||
input_a_btn = "2"
|
||||
input_x_btn = "3"
|
||||
input_l_btn = "4"
|
||||
input_r_btn = "5"
|
||||
input_l2_btn = "6"
|
||||
input_r2_btn = "7"
|
||||
input_l3_btn = "10"
|
||||
input_r3_btn = "11"
|
||||
input_l_x_plus_axis = "+0"
|
||||
input_l_x_minus_axis = "-0"
|
||||
input_l_y_plus_axis = "+1"
|
||||
input_l_y_minus_axis = "-1"
|
||||
input_r_x_plus_axis = "+2"
|
||||
input_r_x_minus_axis = "-2"
|
||||
input_r_y_plus_axis = "+3"
|
||||
input_r_y_minus_axis = "-3"
|
||||
input_gun_trigger_mbtn = "1"
|
|
@ -1018,4 +1018,31 @@
|
|||
<input name="x" type="button" id="2" value="1" />
|
||||
<input name="y" type="button" id="3" value="1" />
|
||||
</inputConfig>
|
||||
<inputConfig type="joystick" deviceName="Core (Plus) Wired Controller" deviceGUID="03000000d620000011a7000012016800">
|
||||
<input name="a" type="button" id="0" value="1" />
|
||||
<input name="b" type="button" id="1" value="1" />
|
||||
<input name="down" type="button" id="12" value="1" />
|
||||
<input name="hotkeyenable" type="button" id="5" value="1" />
|
||||
<input name="left" type="button" id="13" value="1" />
|
||||
<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="leftshoulder" type="button" id="9" value="1" />
|
||||
<input name="leftthumb" type="button" id="7" value="1" />
|
||||
<input name="lefttrigger" type="axis" id="4" value="1" />
|
||||
<input name="right" type="button" id="14" value="1" />
|
||||
<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="rightshoulder" type="button" id="10" value="1" />
|
||||
<input name="rightthumb" type="button" id="8" value="1" />
|
||||
<input name="righttrigger" type="axis" id="5" value="1" />
|
||||
<input name="select" type="button" id="4" value="1" />
|
||||
<input name="start" type="button" id="6" value="1" />
|
||||
<input name="up" type="button" id="11" value="1" />
|
||||
<input name="x" type="button" id="2" value="1" />
|
||||
<input name="y" type="button" id="3" value="1" />
|
||||
</inputConfig>
|
||||
</inputList>
|
||||
|
|
Loading…
Reference in a new issue