Skip to content

Commit 04ff3a9

Browse files
authored
Merge pull request #773 from Rstation4/master
added undev .cfg for Hyperkin Trooper V2
2 parents 1313976 + f83e5ab commit 04ff3a9

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

udev/Hyperkin_Trooper_V2.cfg

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Hyperkin Trooper 2 Premium Controller
2+
# https://www.hyperkin.com/supaboy-sfc-portable-pocket-console-for-snes-super-famicom-hyperkin.html
3+
input_driver = "udev"
4+
input_device = "Hyperkin Trooper V2"
5+
input_device_display_name = "Hyperkin Trooper V2"
6+
input_vendor_id = "11812"
7+
input_product_id = "14442"
8+
input_b_btn = "0"
9+
input_select_btn = "4"
10+
input_start_btn = "5"
11+
input_up_axis = "-1"
12+
input_down_axis = "+1"
13+
input_left_axis = "-0"
14+
input_right_axis = "+0"
15+
input_a_btn = "1"
16+
input_l_btn = "2"
17+
input_r_btn = "3"
18+
19+
input_b_btn_label = "Left Button"
20+
input_a_btn_label = "Right Button"
21+
input_select_btn_label = "Select"
22+
input_start_btn_label = "Start"
23+
input_up_axis_label = "Up"
24+
input_down_axis_label = "Down"
25+
input_left_axis_lbel = "Left"
26+
input_right_axis_label = "Right"
27+
input_l_btn_label = "Left Shoulder"
28+
input_r_btn_label = "Right Shoulder"

0 commit comments

Comments
 (0)