Skip to content

Commit

Permalink
Merge pull request #1202 from fekir/master
Browse files Browse the repository at this point in the history
Add support for the wired iNNEXT SNES remote
  • Loading branch information
LibretroAdmin authored Dec 18, 2024
2 parents 1a70ae9 + 92d0247 commit c86de45
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions udev/iNNEXT SNES remote.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
input_driver = "udev"
input_device = "iNNEXT SNES Gamepad"
input_device_display_name = "iNNEXT SNES"
input_vendor_id = "121"
input_product_id = "17"
input_b_btn = "2"
input_y_btn = "3"
input_select_btn = "8"
input_start_btn = "9"
input_up_axis = "-1"
input_down_axis = "+1"
input_left_axis = "-0"
input_right_axis = "+0"
input_a_btn = "1"
input_x_btn = "0"
input_l_btn = "4"
input_r_btn = "5"
input_b_btn_label = "B"
input_y_btn_label = "Y"
input_select_btn_label = "SELECT"
input_start_btn_label = "START"
input_up_btn_label = "D-Pad Up"
input_down_btn_label = "D-Pad Down"
input_left_btn_label = "D-Pad Left"
input_right_btn_label = "D-Pad Right"
input_a_btn_label = "A"
input_x_btn_label = "X"
input_l_btn_label = "L"
input_r_btn_label = "R"

0 comments on commit c86de45

Please sign in to comment.