Skip to content

Commit a7b725d

Browse files
authored
Merge pull request #1231 from CosmicHeron/add/8BitDoUltimate2WirelessController
udev: Add 8BitDo Ultimate 2 Wireless Controller
2 parents 6bd98ad + 3059643 commit a7b725d

File tree

2 files changed

+136
-0
lines changed

2 files changed

+136
-0
lines changed
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# 8BitDo Ultimate 2 Wireless Controller
2+
# https://www.8bitdo.com/ - https://www.8bitdo.com/ultimate-2-wireless-controller/
3+
# https://support.8bitdo.com/ - https://app.8bitdo.com/Ultimate-Software-V2/
4+
# Controller with the switch in the Bluetooth position
5+
6+
input_driver = "udev"
7+
input_device = "8BitDo Ultimate 2 Wireless"
8+
input_device_display_name = "8BitDo Ultimate 2 Wireless"
9+
10+
# 2dc8:6012
11+
input_vendor_id = "11720"
12+
input_product_id = "24594"
13+
14+
input_b_btn = "0"
15+
input_y_btn = "3"
16+
input_select_btn = "10"
17+
input_start_btn = "11"
18+
input_up_btn = "h0up"
19+
input_down_btn = "h0down"
20+
input_left_btn = "h0left"
21+
input_right_btn = "h0right"
22+
input_a_btn = "1"
23+
input_x_btn = "4"
24+
input_l_btn = "6"
25+
input_r_btn = "7"
26+
input_l2_btn = "8"
27+
input_r2_btn = "9"
28+
input_l3_btn = "13"
29+
input_r3_btn = "14"
30+
input_l_x_plus_axis = "+0"
31+
input_l_x_minus_axis = "-0"
32+
input_l_y_plus_axis = "+1"
33+
input_l_y_minus_axis = "-1"
34+
input_r_x_plus_axis = "+2"
35+
input_r_x_minus_axis = "-2"
36+
input_r_y_plus_axis = "+3"
37+
input_r_y_minus_axis = "-3"
38+
input_menu_toggle_btn = "12"
39+
40+
input_up_btn_label = "Dpad Up"
41+
input_down_btn_label = "Dpad Down"
42+
input_left_btn_label = "Dpad Left"
43+
input_right_btn_label = "Dpad Right"
44+
45+
input_b_btn_label = "A"
46+
input_a_btn_label = "B"
47+
input_y_btn_label = "X"
48+
input_x_btn_label = "Y"
49+
50+
input_select_btn_label = "View (Minus)"
51+
input_start_btn_label = "Menu (Plus)"
52+
input_menu_toggle_btn_label = "Home"
53+
54+
input_l_btn_label = "LB"
55+
input_r_btn_label = "RB"
56+
input_l2_axis_label = "LT"
57+
input_r2_axis_label = "RT"
58+
input_l3_btn_label = "LSB"
59+
input_r3_btn_label = "RSB"
60+
61+
input_l_x_plus_axis_label = "LS Right"
62+
input_l_x_minus_axis_label = "LS Left"
63+
input_l_y_plus_axis_label = "LS Down"
64+
input_l_y_minus_axis_label = "LS Up"
65+
input_r_x_plus_axis_label = "RS Right"
66+
input_r_x_minus_axis_label = "RS Left"
67+
input_r_y_plus_axis_label = "RS Down"
68+
input_r_y_minus_axis_label = "RS Up"
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# 8BitDo Ultimate 2 Wireless Controller
2+
# https://www.8bitdo.com/ - https://www.8bitdo.com/ultimate-2-wireless-controller/
3+
# https://support.8bitdo.com/ - https://app.8bitdo.com/Ultimate-Software-V2/
4+
# Controller with the switch in the 2.4G position or connected with USB
5+
6+
input_driver = "udev"
7+
input_device = "8BitDo Ultimate 2 Wireless"
8+
input_device_display_name = "8BitDo Ultimate 2 Wireless"
9+
10+
# 2dc8:310b
11+
input_vendor_id = "11720"
12+
input_product_id = "12555"
13+
14+
input_b_btn = "0"
15+
input_y_btn = "2"
16+
input_select_btn = "6"
17+
input_start_btn = "7"
18+
input_up_btn = "h0up"
19+
input_down_btn = "h0down"
20+
input_left_btn = "h0left"
21+
input_right_btn = "h0right"
22+
input_a_btn = "1"
23+
input_x_btn = "3"
24+
input_l_btn = "4"
25+
input_r_btn = "5"
26+
input_l2_axis = "+2"
27+
input_r2_axis = "+5"
28+
input_l3_btn = "9"
29+
input_r3_btn = "10"
30+
input_l_x_plus_axis = "+0"
31+
input_l_x_minus_axis = "-0"
32+
input_l_y_plus_axis = "+1"
33+
input_l_y_minus_axis = "-1"
34+
input_r_x_plus_axis = "+3"
35+
input_r_x_minus_axis = "-3"
36+
input_r_y_plus_axis = "+4"
37+
input_r_y_minus_axis = "-4"
38+
input_menu_toggle_btn = "8"
39+
40+
input_up_btn_label = "Dpad Up"
41+
input_down_btn_label = "Dpad Down"
42+
input_left_btn_label = "Dpad Left"
43+
input_right_btn_label = "Dpad Right"
44+
45+
input_b_btn_label = "A"
46+
input_a_btn_label = "B"
47+
input_y_btn_label = "X"
48+
input_x_btn_label = "Y"
49+
50+
input_select_btn_label = "View (Minus)"
51+
input_start_btn_label = "Menu (Plus)"
52+
input_menu_toggle_btn_label = "Home"
53+
54+
input_l_btn_label = "LB"
55+
input_r_btn_label = "RB"
56+
input_l2_axis_label = "LT"
57+
input_r2_axis_label = "RT"
58+
input_l3_btn_label = "LSB"
59+
input_r3_btn_label = "RSB"
60+
61+
input_l_x_plus_axis_label = "LS Right"
62+
input_l_x_minus_axis_label = "LS Left"
63+
input_l_y_plus_axis_label = "LS Down"
64+
input_l_y_minus_axis_label = "LS Up"
65+
input_r_x_plus_axis_label = "RS Right"
66+
input_r_x_minus_axis_label = "RS Left"
67+
input_r_y_plus_axis_label = "RS Down"
68+
input_r_y_minus_axis_label = "RS Up"

0 commit comments

Comments
 (0)