Skip to content

Commit

Permalink
android: Update Xbox 360 Controller configs (#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
landfillbaby authored Sep 28, 2024
1 parent d92d290 commit f4bd478
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 56 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
input_driver = "android"

input_device = "Microsoft X-Box 360 pad"
input_device_display_name = "Xbox 360 Controller"
input_vendor_id = "1118"
input_product_id = "654"

input_device_alt1 = "Xbox 360 Wireless Adapter"
input_device_display_name_alt1 = "Xbox 360 Wireless Controller"
input_vendor_id_alt1 = "1118"
input_product_id_alt1 = "1817"

input_b_btn = "96"
input_y_btn = "99"
input_select_btn = "4"
input_select_btn = "109"
input_start_btn = "108"
input_up_btn = "h0up"
input_down_btn = "h0down"
Expand All @@ -20,6 +26,7 @@ input_l2_axis = "+6"
input_r2_axis = "+7"
input_l3_btn = "106"
input_r3_btn = "107"
input_menu_toggle_btn = "110"
input_l_x_plus_axis = "+0"
input_l_x_minus_axis = "-0"
input_l_y_plus_axis = "+1"
Expand All @@ -45,6 +52,7 @@ input_l2_axis_label = "Left Trigger"
input_r2_axis_label = "Right Trigger"
input_l3_btn_label = "Left Stick"
input_r3_btn_label = "Right Stick"
input_menu_toggle_btn_label = "Guide"
input_l_x_plus_axis_label = "Left Analog X+"
input_l_x_minus_axis_label = "Left Analog X-"
input_l_y_plus_axis_label = "Left Analog Y+"
Expand Down
55 changes: 0 additions & 55 deletions android/Xbox 360 Wireless Adapter.cfg

This file was deleted.

0 comments on commit f4bd478

Please sign in to comment.