1
+ # HORIPAD for Steam - https://stores.horiusa.com/hpc-055/support/
2
+ # This configuration is for when the controller is connected in Steam mode.
3
+
4
+ input_driver = " dinput"
5
+ input_device = " HORIPAD STEAM"
6
+ input_device_display_name = " HORIPAD Steam"
7
+ input_vendor_id = " 3853"
8
+ input_product_id = " 427"
9
+
10
+ input_b_btn = " 0"
11
+ input_y_btn = " 3"
12
+ input_select_btn = " 10"
13
+ input_start_btn = " 11"
14
+ input_up_btn = " h0up"
15
+ input_down_btn = " h0down"
16
+ input_left_btn = " h0left"
17
+ input_right_btn = " h0right"
18
+ input_a_btn = " 1"
19
+ input_x_btn = " 4"
20
+ input_l_btn = " 6"
21
+ input_r_btn = " 7"
22
+ input_l2_btn = " 8"
23
+ input_r2_btn = " 9"
24
+ input_l3_btn = " 13"
25
+ input_r3_btn = " 14"
26
+ input_l_x_plus_axis = " +0"
27
+ input_l_x_minus_axis = " -0"
28
+ input_l_y_plus_axis = " +1"
29
+ input_l_y_minus_axis = " -1"
30
+ input_r_x_plus_axis = " +2"
31
+ input_r_x_minus_axis = " -2"
32
+ input_r_y_plus_axis = " +5"
33
+ input_r_y_minus_axis = " -5"
34
+
35
+ input_b_btn_label = " A"
36
+ input_y_btn_label = " X"
37
+ input_select_btn_label = " View"
38
+ input_start_btn_label = " Menu"
39
+ input_up_btn_label = " D-Pad Up"
40
+ input_down_btn_label = " D-Pad Down"
41
+ input_left_btn_label = " D-Pad Left"
42
+ input_right_btn_label = " D-Pad Right"
43
+ input_a_btn_label = " B"
44
+ input_x_btn_label = " Y"
45
+ input_l_btn_label = " L"
46
+ input_r_btn_label = " R"
47
+ input_l2_axis_label = " L2"
48
+ input_r2_axis_label = " R2"
49
+ input_l3_btn_label = " L3"
50
+ input_r3_btn_label = " R3"
51
+ input_l_x_plus_axis_label = " Left Joystick X+"
52
+ input_l_x_minus_axis_label = " Left Joystick X-"
53
+ input_l_y_plus_axis_label = " Left Joystick Y+"
54
+ input_l_y_minus_axis_label = " Left Joystick Y-"
55
+ input_r_x_plus_axis_label = " Right Joystick X+"
56
+ input_r_x_minus_axis_label = " Right Joystick X-"
57
+ input_r_y_plus_axis_label = " Right Joystick Y+"
58
+ input_r_y_minus_axis_label = " Right Joystick Y-"
0 commit comments