Skip to content

Commit 323cac4

Browse files
committed
udev: add SteelSeries Stratus Duo controller
1 parent ed0fb8e commit 323cac4

1 file changed

Lines changed: 64 additions & 0 deletions

File tree

udev/SteelSeries Stratus Duo.cfg

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# SteelSeries Stratus Duo
2+
3+
input_driver = "udev"
4+
input_device = "SteelSeries Stratus Duo"
5+
input_device_display_name = "SteelSeries Stratus Duo"
6+
input_vendor_id = "4152"
7+
input_product_id = "5169"
8+
9+
input_a_btn = "1"
10+
input_b_btn = "0"
11+
input_x_btn = "3"
12+
input_y_btn = "2"
13+
input_a_btn_label = "B"
14+
input_b_btn_label = "A"
15+
input_x_btn_label = "Y"
16+
input_y_btn_label = "X"
17+
18+
input_select_btn = "6"
19+
input_start_btn = "7"
20+
input_select_btn_label = "Back/Select"
21+
input_start_btn_label = "Forward/Start"
22+
23+
input_up_btn = "h0up"
24+
input_down_btn = "h0down"
25+
input_left_btn = "h0left"
26+
input_right_btn = "h0right"
27+
input_up_btn_label = "Directional Pad Up"
28+
input_down_btn_label = "Directional Pad Down"
29+
input_left_btn_label = "Directional Pad Left"
30+
input_right_btn_label = "Directional Pad Right"
31+
32+
input_l_btn = "4"
33+
input_r_btn = "5"
34+
input_l2_axis = "+2"
35+
input_r2_axis = "+5"
36+
input_l3_btn = "9"
37+
input_r3_btn = "10"
38+
input_l_btn_label = "L1"
39+
input_r_btn_label = "R1"
40+
input_l2_axis_label = "L2"
41+
input_r2_axis_label = "R2"
42+
input_l3_btn_label = "Analog Joysticks Left Thumb"
43+
input_r3_btn_label = "Analog Joysticks Right Thumb"
44+
45+
input_l_x_plus_axis = "+0"
46+
input_l_x_minus_axis = "-0"
47+
input_l_y_plus_axis = "+1"
48+
input_l_y_minus_axis = "-1"
49+
input_l_x_plus_axis_label = "Analog Joysticks Left Right"
50+
input_l_x_minus_axis_label = "Analog Joysticks Left Left"
51+
input_l_y_plus_axis_label = "Analog Joysticks Left Down"
52+
input_l_y_minus_axis_label = "Analog Joysticks Left Up"
53+
54+
input_r_x_plus_axis = "+3"
55+
input_r_x_minus_axis = "-3"
56+
input_r_y_plus_axis = "+4"
57+
input_r_y_minus_axis = "-4"
58+
input_r_x_plus_axis_label = "Analog Joysticks Right Right"
59+
input_r_x_minus_axis_label = "Analog Joysticks Right Left"
60+
input_r_y_plus_axis_label = "Analog Joysticks Right Down"
61+
input_r_y_minus_axis_label = "Analog Joysticks Right Up"
62+
63+
input_menu_toggle_btn = "8"
64+
input_menu_toggle_btn_label = "Home"

0 commit comments

Comments
 (0)