Last active
April 29, 2024 05:06
-
-
Save cmitu/d877c1570f30bc751fcdbeced90c45dd to your computer and use it in GitHub Desktop.
8BitDo M30 config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 8BitDo v2.00 firmware | |
input_device = "8BitDo M30 gamepad" | |
input_device_name = "8BitDO M30" | |
input_driver = "udev" | |
input_vendor_id = "11720" | |
input_product_id = "1617" | |
input_left_axis = "-0" | |
input_right_axis = "+0" | |
input_down_axis = "+1" | |
input_state_slot_increase_axis = "+0" | |
input_state_slot_decrease_axis = "-0" | |
input_save_state_btn = "9" | |
input_r_btn = "9" | |
input_l_btn = "8" | |
input_load_state_btn = "8" | |
input_y_btn = "4" | |
input_x_btn = "3" | |
input_menu_toggle_btn = "3" | |
input_b_btn = "1" | |
input_reset_btn = "1" | |
input_a_btn = "0" | |
input_up_axis = "-1" | |
input_select_btn = "10" | |
input_start_btn = "11" | |
input_exit_emulator_btn = "11" | |
input_enable_hotkey_btn = "2" | |
input_r2_btn = "7" | |
input_l2_btn = "6" | |
input_a_btn_label ="A" | |
input_b_btn_label ="B" | |
input_enable_hotkey_btn_label = "Home" | |
input_start_btn_label = "Start" | |
input_select_btn_label = "Select" | |
input_x_btn_label = "X" | |
input_y_btn_label = "Y" | |
input_r2_btn_label = "C" | |
input_l2_btn_label = "Z" | |
input_r_btn_label = "Shoulder Right" | |
input_l_btn_label = "Shoulder Left |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment