Skip to content

Commit 64f5392

Browse files
authored
Merge pull request #1213 from cjdg/master
dinput: Add STK7039RG. xinput: Add Bluetooth Compatible Device (Spanish)
2 parents 6889f06 + 1395ad1 commit 64f5392

6 files changed

+158
-0
lines changed

dinput/STK7039RG.cfg

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# STK7039RG and similar gamepads
2+
# http://www.saitake.com/product/28.html
3+
# Firmware v0.37
4+
# This is for connected via cable profile
5+
6+
input_driver = "dinput"
7+
input_device = "Gamepad"
8+
input_vendor_id = "121"
9+
input_product_id = "6172"
10+
input_b_btn = "1"
11+
input_y_btn = "4"
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 = "0"
19+
input_x_btn = "3"
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_up_btn_label = "D-Pad Up"
36+
input_down_btn_label = "D-Pad Down"
37+
input_left_btn_label = "D-Pad Left"
38+
input_right_btn_label = "D-Pad Right"
39+
input_select_btn_label = "Back"
40+
input_start_btn_label = "Start"
41+
input_b_btn_label = "A"
42+
input_y_btn_label = "X"
43+
input_a_btn_label = "B"
44+
input_x_btn_label = "Y"
45+
input_l_btn_label = "Left Bumper"
46+
input_r_btn_label = "Right Bumper"
47+
input_l2_axis_label = "Left Trigger"
48+
input_r2_axis_label = "Right Trigger"
49+
input_l3_btn_label = "Left Thumb"
50+
input_r3_btn_label = "Right Thumb"
51+
input_l_x_plus_axis_label = "Left Analog X+"
52+
input_l_x_minus_axis_label = "Left Analog X-"
53+
input_l_y_plus_axis_label = "Left Analog Y+"
54+
input_l_y_minus_axis_label = "Left Analog Y-"
55+
input_r_x_plus_axis_label = "Right Analog X+"
56+
input_r_x_minus_axis_label = "Right Analog X-"
57+
input_r_y_plus_axis_label = "Right Analog Y+"
58+
input_r_y_minus_axis_label = "Right Analog Y-"
59+
input_menu_toggle_btn_label = "Guide"
60+

udev/8BitDo 8BitDo Lite 2.cfg renamed to udev/8BitDo_8BitDo_Lite_2.cfg

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,23 @@ input_r_x_plus_axis = "+2"
3232
input_r_x_minus_axis = "-2"
3333
input_r_y_plus_axis = "+3"
3434
input_r_y_minus_axis = "-3"
35+
36+
input_b_btn_label = "B"
37+
input_start_btn_label = "Start"
38+
input_up_btn_label = "Dpad Up"
39+
input_down_btn_label = "Dpad Down"
40+
input_left_btn_label = "Dpad Left"
41+
input_right_btn_label = "Dpad Right"
42+
input_a_btn_label = "A"
43+
input_l_btn_label = "L"
44+
input_r_btn_label = "R"
45+
input_r2_btn_label= "R2"
46+
input_l2_btn_label = "L2"
47+
input_l_x_plus_axis_label = "Joystick Right"
48+
input_l_x_minus_axis_label = "Joystick Left"
49+
input_l_y_plus_axis_label = "Joystick Down"
50+
input_l_y_minus_axis_label = "Joystick Up"
51+
input_r_x_plus_btn_label = "C Right"
52+
input_r_x_minus_btn_label = "C Left"
53+
input_r_y_plus_btn_label = "C Down"
54+
input_r_y_minus_btn_label = "C Up"

udev/8BitDo Ultimate 3mode Xbox.cfg renamed to udev/8BitDo_Ultimate_3mode_Xbox.cfg

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,23 @@ input_r_x_plus_axis = "+2"
3131
input_r_x_minus_axis = "-2"
3232
input_r_y_plus_axis = "+3"
3333
input_r_y_minus_axis = "-3"
34+
35+
input_b_btn_label = "B"
36+
input_start_btn_label = "Start"
37+
input_up_btn_label = "Dpad Up"
38+
input_down_btn_label = "Dpad Down"
39+
input_left_btn_label = "Dpad Left"
40+
input_right_btn_label = "Dpad Right"
41+
input_a_btn_label = "A"
42+
input_l_btn_label = "L"
43+
input_r_btn_label = "R"
44+
input_r2_btn_label= "R2"
45+
input_l2_btn_label = "L2"
46+
input_l_x_plus_axis_label = "Joystick Right"
47+
input_l_x_minus_axis_label = "Joystick Left"
48+
input_l_y_plus_axis_label = "Joystick Down"
49+
input_l_y_minus_axis_label = "Joystick Up"
50+
input_r_x_plus_btn_label = "C Right"
51+
input_r_x_minus_btn_label = "C Left"
52+
input_r_y_plus_btn_label = "C Down"
53+
input_r_y_minus_btn_label = "C Up"
File renamed without changes.
File renamed without changes.
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Bluetooth XINPUT Compatible Device (Windows Spanish)
2+
# Windows uses a localized version of device name
3+
4+
input_driver = "xinput"
5+
input_device = "Dispositivo de entrada compatible con Bluetooth XINPUT"
6+
input_vendor_id = "1118"
7+
input_product_id = "736"
8+
input_b_btn = "1"
9+
input_y_btn = "3"
10+
input_select_btn = "7"
11+
input_start_btn = "6"
12+
input_up_btn = "h0up"
13+
input_down_btn = "h0down"
14+
input_left_btn = "h0left"
15+
input_right_btn = "h0right"
16+
input_a_btn = "0"
17+
input_x_btn = "2"
18+
input_l_btn = "4"
19+
input_r_btn = "5"
20+
input_l2_axis = "+4"
21+
input_r2_axis = "+5"
22+
input_l3_btn = "8"
23+
input_r3_btn = "9"
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 = "-3"
31+
input_r_y_minus_axis = "+3"
32+
33+
input_up_btn_label = "D-Pad Up"
34+
input_down_btn_label = "D-Pad Down"
35+
input_left_btn_label = "D-Pad Left"
36+
input_right_btn_label = "D-Pad Right"
37+
input_select_btn_label = "Back"
38+
input_start_btn_label = "Start"
39+
input_b_btn_label = "A"
40+
input_y_btn_label = "X"
41+
input_a_btn_label = "B"
42+
input_x_btn_label = "Y"
43+
input_l_btn_label = "Left Bumper"
44+
input_r_btn_label = "Right Bumper"
45+
input_l2_axis_label = "Left Trigger"
46+
input_r2_axis_label = "Right Trigger"
47+
input_l3_btn_label = "Left Thumb"
48+
input_r3_btn_label = "Right Thumb"
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-"
57+
input_menu_toggle_btn_label = "Guide"
58+

0 commit comments

Comments
 (0)