Skip to content

Commit

Permalink
Merge pull request #1219 from hunterk/master
Browse files Browse the repository at this point in the history
swap a/b and x/y on xbox series wireless pad
  • Loading branch information
RobLoach authored Feb 10, 2025
2 parents e7881a8 + 01032fa commit ca6643d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions android/Xbox Wireless Controller 2020.cfg
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
input_driver = "android"
input_device = "Xbox Wireless Controller 4416"
input_device_display_name = "Xbox Wireless Controller"
input_device_display_name = "Xbox Series Wireless Controller"
input_vendor_id = "1118"
input_product_id = "2835"

input_b_btn = "97"
input_y_btn = "100"
input_a_btn = "97"
input_x_btn = "100"
input_select_btn = "4"
input_start_btn = "108"
input_up_btn = "h0up"
input_down_btn = "h0down"
input_left_btn = "h0left"
input_right_btn = "h0right"
input_a_btn = "96"
input_x_btn = "99"
input_b_btn = "96"
input_y_btn = "99"
input_l_btn = "102"
input_r_btn = "103"
input_l2_axis = "+6"
Expand Down

0 comments on commit ca6643d

Please sign in to comment.