Can i make two buttons that do the same thing?

i made a retroarch autoconfig for a controller that was autoconfig-ing incorrectly to a Retro-Bit Tribute64, and was really messed up.

input_driver = "dinput"
input_device = "Controller (Dinput)"
input_device_display_name = "Shitty Amazon Hori Mini Clone - USB (D-Input)"
input_vendor_id = "9571"
input_product_id = "1397"
input_b_btn = "1"
input_y_btn = "2"
input_start_btn = "12"
input_up_btn = "h0up"
input_down_btn = "h0down"
input_left_btn = "h0left"
input_right_btn = "h0right"
input_l_btn = "4"
input_r_btn = "5"
input_l2_btn = "7"
input_l_x_plus_axis = "+0"
input_l_x_minus_axis = "-0"
input_l_y_plus_axis = "+1"
input_l_y_minus_axis = "-1"
input_r_x_plus_btn = "9"
input_r_x_minus_btn = "3"
input_r_y_plus_btn = "0"
input_r_y_minus_btn = "8"

Is there a way I can make input_l2_btn = “7” two buttons that do that same thing? Like, make input_l2_btn button 6 and 7?

Cheers :slight_smile:

1 Like

EDIT: wait, no. After re-reading your question, I don’t think you can do what you’re asking at the retropad level. However, you can go into quick menu > controls and set the same core function to more than one button.

2 Likes

Thanks for the reply

I will try that :slight_smile: