Skip to content

Commit 3a31e66

Browse files
authored
Added profiles for dinput and sdl2 of Horipad Steam (#1226)
# HORIPAD for Steam - https://stores.horiusa.com/hpc-055/support/ # This configuration is for when the controller is connected in Steam mode.
1 parent 113591e commit 3a31e66

File tree

2 files changed

+114
-0
lines changed

2 files changed

+114
-0
lines changed

dinput/HORIPAD STEAM.cfg

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
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-"

sdl2/HORIPAD STEAM.cfg

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
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 = "sdl2"
5+
input_device = "HORIPAD STEAM"
6+
input_device_display_name = "HORIPAD Steam"
7+
8+
input_b_btn = "0"
9+
input_y_btn = "3"
10+
input_select_btn = "10"
11+
input_start_btn = "11"
12+
input_up_btn = "h0up"
13+
input_down_btn = "h0down"
14+
input_left_btn = "h0left"
15+
input_right_btn = "h0right"
16+
input_a_btn = "1"
17+
input_x_btn = "4"
18+
input_l_btn = "6"
19+
input_r_btn = "7"
20+
input_l2_btn = "8"
21+
input_r2_btn = "9"
22+
input_l3_btn = "13"
23+
input_r3_btn = "14"
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 = "A"
34+
input_y_btn_label = "X"
35+
input_select_btn_label = "View"
36+
input_start_btn_label = "Menu"
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 = "B"
42+
input_x_btn_label = "Y"
43+
input_l_btn_label = "L"
44+
input_r_btn_label = "R"
45+
input_l2_axis_label = "L2"
46+
input_r2_axis_label = "R2"
47+
input_l3_btn_label = "L3"
48+
input_r3_btn_label = "R3"
49+
input_l_x_plus_axis_label = "Left Joystick X+"
50+
input_l_x_minus_axis_label = "Left Joystick X-"
51+
input_l_y_plus_axis_label = "Left Joystick Y+"
52+
input_l_y_minus_axis_label = "Left Joystick Y-"
53+
input_r_x_plus_axis_label = "Right Joystick X+"
54+
input_r_x_minus_axis_label = "Right Joystick X-"
55+
input_r_y_plus_axis_label = "Right Joystick Y+"
56+
input_r_y_minus_axis_label = "Right Joystick Y-"

0 commit comments

Comments
 (0)