Skip to content

Commit bd2033e

Browse files
authored
Add support for 8Bitdo 64 Bluetooth Controller (#1271)
1 parent 89f154e commit bd2033e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
input_driver = "udev"
2+
input_device = "8BitDo 8BitDo 64 Bluetooth Controller"
3+
input_device_display_name = "8BitDo 64 Bluetooth Controller"
4+
input_vendor_id = "11720"
5+
input_product_id = "12313"
6+
input_b_btn = "0"
7+
input_start_btn = "11"
8+
input_up_btn = "h0up"
9+
input_down_btn = "h0down"
10+
input_left_btn = "h0left"
11+
input_right_btn = "h0right"
12+
input_l_btn = "6"
13+
input_r_btn = "7"
14+
input_l2_btn = "8"
15+
input_r2_btn = "9"
16+
input_l_x_plus_axis = "+0"
17+
input_l_x_minus_axis = "-0"
18+
input_l_y_plus_axis = "+1"
19+
input_l_y_minus_axis = "-1"
20+
input_r_y_plus_axis = "+3"
21+
input_r_y_minus_axis = "-3"
22+
input_y_btn = "1"
23+
input_r_x_plus_axis = "+2"
24+
input_r_x_minus_axis = "-2"
25+
input_menu_toggle_btn = "12"

0 commit comments

Comments
 (0)