Skip to content

Commit

Permalink
MF103: Tweak A>A and B>B modes (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matsilagi authored Sep 23, 2023
1 parent 60875f0 commit 5d3003f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 3 additions & 2 deletions android/MAYFLASH N64 USB Adapter MF103.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Mayflash N64 Controller Adapter (MF103) for Nintendo Switch and Windows
# Change the adapter to DINPUT mode (Blue LED above "HOME" button)
# Set the mode to A>A | B>B (Hold Start and D-Pad Right for 3 seconds until the adapter blinks)
# Calibrate in Windows / Linux for full analog range
# Analog to Digital Type = Right Analog
# configured for ParaLLEl (Remap might be needed for Mupen64Plus)
Expand All @@ -8,8 +9,8 @@ input_driver = "android"
input_device = "MAYFLASH N64 USB Adapter MF103"
input_vendor_id = "12068"
input_product_id = "245"
input_b_btn = "97"
input_y_btn = "98"
input_b_btn = "98"
input_y_btn = "97"
input_start_btn = "105"
input_up_btn = "h0up"
input_down_btn = "h0down"
Expand Down
5 changes: 3 additions & 2 deletions dinput/MAYFLASH N64 USB Adapter MF103.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Mayflash N64 Controller Adapter (MF103) for Nintendo Switch and Windows
# Change the adapter to DINPUT mode (Blue LED above "HOME" button)
# Set the mode to A>A | B>B (Hold Start and D-Pad Right for 3 seconds until the adapter blinks)
# Calibrate in Windows / Linux for full analog range
# Analog to Digital Type = Right Analog
# configured for ParaLLEl (Remap might be needed for Mupen64Plus)
Expand All @@ -8,8 +9,8 @@ input_driver = "dinput"
input_device = "MAYFLASH N64 USB Adapter MF103"
input_vendor_id = "12068"
input_product_id = "245"
input_b_btn = "1"
input_y_btn = "2"
input_b_btn = "2"
input_y_btn = "1"
input_start_btn = "9"
input_up_btn = "h0up"
input_down_btn = "h0down"
Expand Down
7 changes: 4 additions & 3 deletions xinput/MAYFLASH N64 USB Adapter MF103.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Mayflash N64 Controller Adapter (MF103) for Nintendo Switch and Windows
# Adapter mode on either DInput (BLUE Led) or XInput (GREEN Led) mode works.
# Set the mode to A>A | B>B (Hold Start and D-Pad Right for 3 seconds until the adapter blinks)
# Calibrate in Windows / Linux for full analog range
# Analog to Digital Type = Right Analog
# configured for ParaLLEl (Remap might be needed for Mupen64Plus)
Expand All @@ -8,14 +9,14 @@ input_driver = "xinput"
input_device = "MAYFLASH N64 USB Adapter MF103"
input_vendor_id = "12068"
input_product_id = "244"
input_b_btn = "1"
input_y_btn = "0"
input_b_btn = "2"
input_y_btn = "1"
input_start_btn = "6"
input_up_btn = "h0up"
input_down_btn = "h0down"
input_left_btn = "h0left"
input_right_btn = "h0right"
input_a_btn = "1"
input_a_btn = "0"
input_x_btn = "3"
input_l_btn = "4"
input_r_btn = "5"
Expand Down

0 comments on commit 5d3003f

Please sign in to comment.