Skip to content

Commit 760b057

Browse files
authored
Merge pull request #831 from revvv/master
Add Retrode 2 USB adapter
2 parents dc6cc49 + 943d1a6 commit 760b057

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

hid/Retrode_2.cfg

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
#
2+
# Retrode 2 USB adapter for original SNES and MegaDrive/Genesis gamepads - https://www.retrode.com
3+
#
4+
input_driver = "hid"
5+
input_device = "Retrode"
6+
input_vendor_id = "1027"
7+
input_product_id = "38849"
8+
input_b_btn = "0"
9+
input_y_btn = "1"
10+
input_select_btn = "2"
11+
input_start_btn = "3"
12+
input_up_axis = "-1"
13+
input_down_axis = "+1"
14+
input_left_axis = "-0"
15+
input_right_axis = "+0"
16+
input_a_btn = "8"
17+
input_x_btn = "9"
18+
input_l_btn = "10"
19+
input_r_btn = "11"
20+
21+
input_b_btn_label = "B"
22+
input_y_btn_label = "Y"
23+
input_select_btn_label = "Select"
24+
input_start_btn_label = "Start"
25+
input_a_btn_label = "A"
26+
input_x_btn_label = "X"
27+
input_l_btn_label = "L"
28+
input_r_btn_label = "R"
29+
30+
input_up_axis_label = "Dpad Up"
31+
input_down_axis_label = "Dpad Down"
32+
input_left_axis_label = "Dpad Left"
33+
input_right_axis_label = "Dpad Right"

0 commit comments

Comments
 (0)