Skip to content

Commit

Permalink
Update Wireless Controller.cfg
Browse files Browse the repository at this point in the history
Analog L2/R2 added after analog indication in Remote RetroPad
  • Loading branch information
davidhedlund authored Sep 4, 2024
1 parent ab3f778 commit fed0c8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions linuxraw/Wireless Controller.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ input_a_btn = "1"
input_x_btn = "2"
input_l_btn = "4"
input_r_btn = "5"
input_l2_btn = "6"
input_r2_btn = "7"
input_l2_axis = "+2"
input_r2_axis = "+5"
input_l3_btn = "11"
input_r3_btn = "12"
input_l_x_plus_axis = "+0"
Expand All @@ -34,8 +34,8 @@ input_a_btn_label = "Circle"
input_x_btn_label = "Triangle"
input_l_btn_label = "L1"
input_r_btn_label = "R1"
input_l2_axis_label = "L2"
input_r2_axis_label = "R2"
input_l2_axis_label = "L2 Trigger"
input_r2_axis_label = "R2 Trigger"
input_l3_btn_label = "L3"
input_r3_btn_label = "R3"
input_up_btn_label = "D-Pad Up"
Expand Down

0 comments on commit fed0c8a

Please sign in to comment.