G910 bluetooth controller working in gamepad mode
-
Hi all,
Finally got my G910 bluetooth controller working so i thought i'd share.
There is a wiki page for the G910 bluetooth controller but it says you have to use "keyboard" mode which makes mame unplayable.
I got mine working in gamepad mode (Home + X (blue) button). Pair the controller with retropie (hold HOME + X to enter pair mode) make sure to add udev rule, Go through the intial controller setup (somebuttons won't work just skip them). Then modify the Gamepad.cfg and put it in //retopie/configs/all/retroarch-joypads/Gamepad.cfg and reboot.
input_device = "Gamepad"
input_driver = "udev"
input_r_y_plus_axis = "+3"
input_l3_btn = "11"
input_r_x_minus_axis = "-2"
input_l_btn = "15"
input_start_btn = "20"
input_l_y_minus_axis = "-1"
input_up_btn = "h0up"
input_r_y_minus_axis = "-3"
input_a_btn = "10"
input_b_btn = "9"
input_down_btn = "h0down"
input_l_x_plus_axis = "+0"
input_l_y_plus_axis = "+1"
input_r_btn = "16"
input_r2_btn = "18"
input_r3_btn = "14"
input_right_btn = "h0right"
input_x_btn = "13"
input_select_btn = "19"
input_enable_hotkey_btn = "19"
input_l_x_minus_axis = "-0"
input_y_btn = "12"
input_left_btn = "h0left"
input_r_x_plus_axis = "+2"
input_l2_btn = "17"
input_state_slot_decrease_btn = "h0left"
input_state_slot_increase_btn = "h0right"
input_load_state_btn = "15"
input_save_state_btn = "16"
input_exit_emulator_btn = "20"
input_reset_btn = "9"
input_menu_toggle_btn = "13"
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.