File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ input_driver = " android"
2+ input_device = " Thrustmaster Firestorm Digital 2"
3+ input_device_display_name = " Thrustmaster Firestorm Digital 2 Controller"
4+ input_vendor_id = " 1973"
5+ input_product_id = " 39171"
6+
7+ input_b_btn = " 96"
8+ input_y_btn = " 97"
9+ input_select_btn = " 109"
10+ input_start_btn = " 108"
11+ input_up_btn = " -1"
12+ input_down_btn = " +1"
13+ input_left_btn = " -0"
14+ input_right_btn = " +0"
15+ input_a_btn = " 98"
16+ input_x_btn = " 99"
17+ input_l_btn = " 102"
18+ input_r_btn = " 104"
19+ input_l2_btn = " 103"
20+ input_r2_btn = " 105"
21+
22+ input_b_btn_label = " B"
23+ input_y_btn_label = " Y"
24+ input_select_btn_label = " Select"
25+ input_start_btn_label = " Start"
26+ input_up_btn_label = " D-Pad Up"
27+ input_down_btn_label = " D-Pad Down"
28+ input_left_btn_label = " D-Pad Left"
29+ input_right_btn_label = " D-Pad Right"
30+ input_a_btn_label = " A"
31+ input_x_btn_label = " X"
32+ input_l_btn_label = " Left Bumper"
33+ input_r_btn_label = " Right Bumper"
34+ input_l2_btn_label = " Left Trigger"
35+ input_r2_btn_label = " Right Trigger"
You can’t perform that action at this time.
0 commit comments