Demetris Ierokipides 2861c7dc6f Add proper layout config for Capcom Home arcade Controller sticks
- Doesnt affect SF2 CE Mini Arcade Stick in anyway other than the
  display name of the controller but as anyone can clearly see its
  already recognised as CHA2 which means "Capcom Home arcade Controller 2"
  and not "SF2 CE Mini Arcade Stick"
- Added missing button "7" which is select or insert coin  button(s)
  that again doesnt affect the "SF2 CE Mini Arcade Stick" as everyone can see
  https://cdn.shopify.com/s/files/1/2274/2569/products/Micro_Controller_wHand.jpg?v=1576164688
  It simply misses that button.

Signed-off-by: Demetris Ierokipides <ierokipides.dem@gmail.com>
2021-06-28 04:20:04 +03:00

33 lines
793 B
INI

input_driver = "sdl2"
input_device_display_name = "Capcom Home Arcade Controller 2"
input_device = " CHA2 CHA2 "
input_vendor_id = "7259"
input_product_id = "37"
input_b_btn = "3"
input_y_btn = "0"
input_start_btn = "6"
input_select_btn = "7"
input_up_axis = "-1"
input_down_axis = "+1"
input_left_axis = "-0"
input_right_axis = "+0"
input_a_btn = "4"
input_x_btn = "1"
input_l_btn = "2"
input_r_btn = "5"
input_b_btn_label = "Short"
input_y_btn_label = "Jab"
input_start_btn_label = "Player 2"
input_select_btn_label = "Insert Coin/Select"
input_up_axis_label = "Up"
input_down_axis_label = "Down"
input_left_axis_label = "Left"
input_right_axis_label = "Right"
input_a_btn_label = "Forward"
input_x_btn_label = "Strong"
input_r_btn_label = "Roundhouse"
input_l_btn_label = "Fierce"