Skip to content

Commit

Permalink
Merge pull request #1122 from warmenhoven/warmenhoven/pr/mfi-trigger
Browse files Browse the repository at this point in the history
mfi: left/right pressure sensitive triggers
  • Loading branch information
LibretroAdmin authored Mar 28, 2024
2 parents ec43cfe + 1e49fd7 commit 2f93e8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mfi/MFi_Controller.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ input_a_btn = "8"
input_x_btn = "9"
input_l_btn = "10"
input_r_btn = "11"
input_l2_btn = "12"
input_r2_btn = "13"
input_l3_btn = "14"
input_r3_btn = "15"
input_l_x_plus_axis = "+0"
Expand All @@ -24,6 +22,8 @@ input_r_x_plus_axis = "+2"
input_r_x_minus_axis = "-2"
input_r_y_plus_axis = "-3"
input_r_y_minus_axis = "+3"
input_l2_axis = "+4"
input_r2_axis = "+5"
input_menu_toggle_btn = "16"
input_b_btn_label = "A/Cross"
input_y_btn_label = "X/Square"
Expand All @@ -37,8 +37,8 @@ input_a_btn_label = "B/Circle"
input_x_btn_label = "Y/Triangle"
input_l_btn_label = "L1"
input_r_btn_label = "R1"
input_l2_btn_label = "L2"
input_r2_btn_label = "R2"
input_l2_axis_label = "Left Trigger"
input_r2_axis_label = "Right Trigger"
input_l3_btn_label = "L3"
input_r3_btn_label = "R3"
input_l_x_plus_axis_label = "Left Analog X+"
Expand Down

0 comments on commit 2f93e8a

Please sign in to comment.