Skip to content

Commit b239759

Browse files
android: Add GameSir-G8+ (#1201)
This will add the GameSir-G8+ profile, which is nearly identical to the GAMESIR GameSir-G8.cfg. The only difference is the input_device = "GameSir-G8+" and input_product_id = "4360". --------- Co-authored-by: Rob Loach <RobLoach@users.noreply.github.com>
1 parent 00d3780 commit b239759

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

android/GameSir-G8+.cfg

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
input_driver = "android"
2+
input_device = "GameSir-G8+"
3+
input_vendor_id = "13623"
4+
input_product_id = "4360"
5+
6+
input_up_btn = "h0up"
7+
input_down_btn = "h0down"
8+
input_left_btn = "h0left"
9+
input_right_btn = "h0right"
10+
11+
input_l_x_plus_axis = "+0"
12+
input_l_x_minus_axis = "-0"
13+
input_l_y_plus_axis = "+1"
14+
input_l_y_minus_axis = "-1"
15+
16+
input_r_x_plus_axis = "+2"
17+
input_r_x_minus_axis = "-2"
18+
input_r_y_plus_axis = "+3"
19+
input_r_y_minus_axis = "-3"
20+
21+
input_a_btn = "97"
22+
input_a_btn_label = "B"
23+
input_b_btn = "96"
24+
input_b_btn_label = "A"
25+
input_x_btn = "100"
26+
input_x_btn_label = "Y"
27+
input_y_btn = "99"
28+
input_y_btn_label = "X"
29+
30+
input_l_btn = "102"
31+
input_r_btn = "103"
32+
input_l2_btn = "104"
33+
input_r2_btn = "105"
34+
input_l3_btn = "106"
35+
input_r3_btn = "107"
36+
37+
input_select_btn = "109"
38+
input_start_btn = "108"
39+
40+
input_b_btn_label = "A"
41+
input_y_btn_label = "X"
42+
input_select_btn_label = "Minus"
43+
input_start_btn_label = "Plus"
44+
input_up_btn_label = "D-Pad Up"
45+
input_down_btn_label = "D-Pad Down"
46+
input_left_btn_label = "D-Pad Left"
47+
input_right_btn_label = "D-Pad Right"
48+
input_a_btn_label = "B"
49+
input_x_btn_label = "Y"
50+
input_l_btn_label = "Left Bumper"
51+
input_r_btn_label = "Right Bumper"
52+
input_l2_axis_label = "Left Throttle"
53+
input_r2_axis_label = "Right Throttle"
54+
input_l3_btn_label = "Left Thumb"
55+
input_r3_btn_label = "Right Thumb"
56+
input_l_x_plus_axis_label = "Left Analog Right"
57+
input_l_x_minus_axis_label = "Left Analog Left"
58+
input_l_y_plus_axis_label = "Left Analog Down"
59+
input_l_y_minus_axis_label = "Left Analog Up"
60+
input_r_x_plus_axis_label = "Right Analog Right"
61+
input_r_x_minus_axis_label = "Right Analog Left"
62+
input_r_y_plus_axis_label = "Right Analog Down"
63+
input_r_y_minus_axis_label = "Right Analog Up"
64+
input_menu_toggle_btn_label = "Guide"

0 commit comments

Comments
 (0)