Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
input_driver = "udev"
input_device = "Microsoft X-Box pad v2 (US)"
input_device_display_name = "Xbox Controller"

# Hex vid:pid is found using "dmesg -w" or "tail -f /var/log/syslog" and converted to Decimal using http://www.binaryhexconverter.com/hex-to-decimal-converter
# Hex vid:pid = 045e:0289 -> Decimal vid:pid = 1118:649
input_device_display_name = "Xbox Controller (v2)"
input_vendor_id = "1118"
input_product_id = "649"

input_device_alt1 = "Microsoft X-Box pad v1 (US)"
input_device_display_name_alt1 = "Xbox Controller (v1)"
input_vendor_id_al1 = "1118"
input_product_id_alt1 = "514"
input_b_btn = "0"
input_y_btn = "3"
input_select_btn = "6"
Expand All @@ -31,7 +31,6 @@ input_r_x_plus_axis = "+3"
input_r_x_minus_axis = "-3"
input_r_y_plus_axis = "+4"
input_r_y_minus_axis = "-4"

input_b_btn_label = "A"
input_y_btn_label = "X"
input_select_btn_label = "Back"
Expand Down
58 changes: 0 additions & 58 deletions udev/Microsoft_X-Box_pad_v1_US.cfg

This file was deleted.