Skip to content

Commit

Permalink
Create Raphnet Dreamcast Controller to USB Adapter (v2).cfg
Browse files Browse the repository at this point in the history
Added support for Raphnet Dreamcast Controller to USB Adapter (v2)
  • Loading branch information
andrewkendall committed Jan 24, 2024
1 parent 5bd90cd commit 2cc4216
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions dinput/Raphnet Dreamcast Controller to USB Adapter (v2).cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Raphnet Dreamcast Controller to USB Adapter (v2)
# https://www.raphnet-tech.com/products/dreamcast_usb_adapter/

input_driver = "dinput"
input_device = "Dreamcast to USB"
input_vendor_id = "10395"
input_product_id = "208"
input_b_btn = "0"
input_y_btn = "4"
input_start_btn = "3"
input_up_btn = "12"
input_down_btn = "13"
input_left_btn = "14"
input_right_btn = "15"
input_a_btn = "1"
input_x_btn = "5"
input_l2_axis = "+5"
input_r2_axis = "+2"
input_l_x_plus_axis = "+0"
input_l_x_minus_axis = "-0"
input_l_y_plus_axis = "+1"
input_l_y_minus_axis = "-1"
input_gun_trigger_mbtn = "1"

0 comments on commit 2cc4216

Please sign in to comment.