mirror of
https://github.com/libretro/retroarch-joypad-autoconfig.git
synced 2024-11-23 07:59:53 +00:00
a57f1489ac
* Revert "Rename 8Bitdo to 8BitDo" * Revert "Update and rename 8Bitdo_N30_Modkit_BT.cfg to 8BitDo_N30_Modkit_BT.cfg" This reverts commitb45fbaf8e6
. * Revert "Update and rename 8Bitdo NES30 Pro 8Bitdo NES30 Pro.cfg to 8BitDo NES30 Pro 8Bitdo NES30 Pro.cfg" This reverts commit91bf5c0c4f
. * Rename the display name for '8Bitdo' to be '8BitDo' * Rename the comments at the top of files to '8BitDo' * Revert "Rename the comments at the top of files to '8BitDo'" This reverts commit07a74f730c
.
40 lines
1.1 KiB
INI
40 lines
1.1 KiB
INI
# 8BitDo M30 Modkit - http://www.8bitdo.com/ - http://www.8bitdo.com/mod-kit-for-sega-mega-drive-controller/
|
|
# Firmware v5.08 - http://support.8bitdo.com/
|
|
|
|
input_driver = "dinput"
|
|
input_device = "Bluetooth Wireless Controller "
|
|
input_device_display_name = "8BitDo M30 Modkit"
|
|
|
|
# Hex vid:pid and Decimal vid:pid is shown in the "log_verbosity" window, enable "log_verbosity" in retrorch.cfg and run RetroArch.
|
|
# Hex vid:pid = 2DC8:5101 -> Decimal vid:pid = 11720:20737
|
|
input_vendor_id = "11720"
|
|
input_product_id = "20737"
|
|
|
|
input_b_btn = "0"
|
|
input_y_btn = "1"
|
|
input_select_btn = "10"
|
|
input_start_btn = "11"
|
|
input_a_btn = "7"
|
|
input_x_btn = "3"
|
|
input_l_btn = "4"
|
|
input_r_btn = "6"
|
|
|
|
input_b_btn_label = "B"
|
|
input_y_btn_label = "A"
|
|
input_select_btn_label = "Mode"
|
|
input_start_btn_label = "Start"
|
|
input_a_btn_label = "C"
|
|
input_x_btn_label = "Y"
|
|
input_l_btn_label = "X"
|
|
input_r_btn_label = "Z"
|
|
|
|
input_up_axis = "-1"
|
|
input_down_axis = "+1"
|
|
input_left_axis = "-0"
|
|
input_right_axis = "+0"
|
|
|
|
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"
|