Homepage › Forums › RetroPie Project › Controller Configuration in RetroPie › What controllers are you using? › Reply To: What controllers are you using?
[quote=3475]Hi everybody,
the recent update of the RetroPie Setup Script added Support for the autoconfig feature of RetroArch, see https://www.petrockblock.com/2013/12/02/retropie-autoconfig-functionality/.
It would be great if you could post your auto-generated config files for your controllers here! I will add them to the project so that these controllers will be automatically detected and used when connected in the future.
[/quote]
As requested, my 2 Xbox 360 Wireless controllers, which I use via this device: http://amzn.to/1lazqyz
/home/pi/RetroPie/configs/all/retroarch.cfg
input_player1_joypad_index = 1
input_player1_b_btn = 0
input_player1_a_btn = 1
input_player1_y_btn = 2
input_player1_x_btn = 3
input_player1_l_btn = 4
input_player1_r_btn = 5
input_player1_start_btn = 9
input_player1_select_btn = 8
input_player1_l_y_plus = -1
input_player1_up_axis = -1
input_player1_l_y_minus = +1
input_player1_down_axis = +1
input_player1_l_x_minus = -0
input_player1_left_axis = -0
input_player1_l_x_plus = +0
input_player1_right_axis = +0
input_player2_joypad_index = 2
input_player2_b_btn = 0
input_player2_a_btn = 1
input_player2_y_btn = 2
input_player2_x_btn = 3
input_player2_l_btn = 4
input_player2_r_btn = 5
input_player2_start_btn = 9
input_player2_select_btn = 8
input_player2_l_y_plus = -1
input_player2_up_axis = -1
input_player2_l_y_minus = +1
input_player2_down_axis = +1
input_player2_l_x_minus = -0
input_player2_left_axis = -0
input_player2_l_x_plus = +0
input_player2_right_axis = +0
You also have to include the steps mentioned here for them to work: https://github.com/retropie/RetroPie-Setup/wiki/Setting-up-the-XBox360-controller
Hope this helps!