1
+ # An adapter accepting two PlayStation controllers
2
+ input_driver = " dinput"
3
+ input_device = " USB GamePad "
4
+ input_vendor_id = " 5374"
5
+ input_product_id = " 9002"
6
+ input_device_display_name = " PlayStation Controller"
7
+
8
+ input_b_btn = " 0"
9
+ input_y_btn = " 2"
10
+ input_select_btn = " 8"
11
+ input_start_btn = " 9"
12
+ input_up_btn = " 12"
13
+ input_down_btn = " 14"
14
+ input_left_btn = " 15"
15
+ input_right_btn = " 13"
16
+ input_a_btn = " 1"
17
+ input_x_btn = " 3"
18
+ input_l_btn = " 4"
19
+ input_r_btn = " 6"
20
+ input_l2_btn = " 5"
21
+ input_r2_btn = " 7"
22
+ input_l3_btn = " 10"
23
+ input_r3_btn = " 11"
24
+ input_l_x_plus_axis = " +0"
25
+ input_l_x_minus_axis = " -0"
26
+ input_l_y_plus_axis = " +1"
27
+ input_l_y_minus_axis = " -1"
28
+ input_r_x_plus_axis = " +2"
29
+ input_r_x_minus_axis = " -2"
30
+ input_r_y_plus_axis = " +5"
31
+ input_r_y_minus_axis = " -5"
32
+
33
+ input_b_btn_label = " Cross"
34
+ input_y_btn_label = " Square"
35
+ input_select_btn_label = " Select"
36
+ input_start_btn_label = " Start"
37
+ input_up_btn_label = " D-Pad Up"
38
+ input_down_btn_label = " D-Pad Down"
39
+ input_left_btn_label = " D-Pad Left"
40
+ input_right_btn_label = " D-Pad Right"
41
+ input_a_btn_label = " Circle"
42
+ input_x_btn_label = " Triangle"
43
+ input_l_btn_label = " L1"
44
+ input_r_btn_label = " R1"
45
+ input_l2_btn_label = " L2"
46
+ input_r2_btn_label = " R2"
47
+ input_l3_btn_label = " L3"
48
+ input_r3_btn_label = " R3"
49
+ input_l_x_plus_axis_label = " Left Analog X+"
50
+ input_l_x_minus_axis_label = " Left Analog X-"
51
+ input_l_y_plus_axis_label = " Left Analog Y+"
52
+ input_l_y_minus_axis_label = " Left Analog Y-"
53
+ input_r_x_plus_axis_label = " Right Analog X+"
54
+ input_r_x_minus_axis_label = " Right Analog X-"
55
+ input_r_y_plus_axis_label = " Right Analog Y+"
56
+ input_r_y_minus_axis_label = " Right Analog Y-"
0 commit comments