retroarch-joypad-autoconfig/udev/iBuffalo_BSGP801.cfg
orbea b6ae8d772a Remove trailing whitespace.
Was done with this command.

  find . -type f -not -iwholename '*.git*' -exec sed -i 's/[ \t]*$//' {} \;
2018-01-10 09:28:58 -08:00

36 lines
1.0 KiB
INI

input_driver = "udev"
input_device = "USB,2-axis 8-button gamepad"
input_device_display_name = "iBuffalo Classic SNES USB Gamepad (BSGP801)"
# 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 = 0583:2060 -> Decimal vid:pid = 1411:8288
# Appears as Padix Co., Ltd (Rockfire)
input_vendor_id = 1411
input_product_id = 8288
input_b_btn = "1"
input_y_btn = "3"
input_select_btn = "6"
input_start_btn = "7"
input_up_axis = "-1"
input_down_axis = "+1"
input_left_axis = "-0"
input_right_axis = "+0"
input_a_btn = "0"
input_x_btn = "2"
input_l_btn = "4"
input_r_btn = "5"
input_b_btn_label = "B"
input_y_btn_label = "Y"
input_select_btn_label = "Select"
input_start_btn_label = "Start"
input_up_axis_label = "D-Pad Up"
input_down_axis_label = "D-Pad Down"
input_left_axis_label = "D-Pad Left"
input_right_axis_label = "D-Pad Right"
input_a_btn_label = "A"
input_x_btn_label = "X"
input_l_btn_label = "L"
input_r_btn_label = "R"