Skip to content

Commit

Permalink
Update Pro Controller (default-off).cfg
Browse files Browse the repository at this point in the history
# This autoconfig file was generated using RetroArch via the Flathub package.
# Please refrain from updating it with an autoconfig created by the AppImage: The SDL2 controller driver utilizes UDEV rather than SDL2 - hizzlekizzle/RetroArch-AppImage#12
  • Loading branch information
davidhedlund authored Aug 20, 2024
1 parent 76ec839 commit ed80b03
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions sdl2/Pro Controller (default-off).cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This autoconfig file was generated using RetroArch via the Flathub package.
# Please refrain from updating it with an autoconfig created by the AppImage: The SDL2 controller driver utilizes UDEV rather than SDL2 - https://github.com/hizzlekizzle/RetroArch-AppImage/issues/12
#
# This file uses the legacy controller name "Pro Controller" (generated by RetroArch on Linux 5.15)
# "(default-off)" was added to the file name to indicate that the autoconfig file is not active by default. See comments for input_vendor_id and input_product_id.
#
Expand All @@ -21,20 +24,21 @@ input_device = "Pro Controller"

input_b_btn = "0"
input_y_btn = "2"
input_select_btn = "8"
input_start_btn = "9"
input_up_btn = "h0up"
input_down_btn = "h0down"
input_left_btn = "h0left"
input_right_btn = "h0right"
input_select_btn = "4"
input_start_btn = "6"
input_up_btn = "11"
input_down_btn = "12"
input_left_btn = "13"
input_right_btn = "14"
input_a_btn = "1"
input_x_btn = "3"
input_l_btn = "4"
input_r_btn = "5"
input_l2_btn = "6"
input_r2_btn = "7"
input_l3_btn = "10"
input_r3_btn = "11"
input_l_btn = "9"
input_r_btn = "10"
input_l2_axis = "+4"
input_r2_axis = "+5"
input_l3_btn = "7"
input_r3_btn = "8"
# input_l_x_plus_axis is manually set here since RetroArch can't auto-detect it in Linux 5.15, but manual adjustments make it functional.
input_l_x_plus_axis = "+0"
input_l_x_minus_axis = "-0"
input_l_y_plus_axis = "+1"
Expand All @@ -45,7 +49,7 @@ input_r_x_minus_axis = "-2"
input_r_y_plus_axis = "+3"
# input_r_y_minus_axis is manually set here since RetroArch can't auto-detect it in Linux 5.15, but manual adjustments make it functional.
input_r_y_minus_axis = "-3"
input_menu_toggle_btn = "12"
input_menu_toggle_btn = "5"

input_b_btn_label = "B"
input_y_btn_label = "Y"
Expand Down

0 comments on commit ed80b03

Please sign in to comment.