Skip to content

Instantly share code, notes, and snippets.

@mylokin
Created January 3, 2020 16:09
Show Gist options
  • Save mylokin/f1907cc2df18b84d6710cf92c11449f6 to your computer and use it in GitHub Desktop.
Save mylokin/f1907cc2df18b84d6710cf92c11449f6 to your computer and use it in GitHub Desktop.
input_driver = "sdl2"
input_device = "BLISS-BOX 4-PLAY PORT.4"
input_vendor_id = "5840"
input_product_id = "3335"
input_b_btn = "1"
input_y_btn = "0"
input_select_btn = "4"
input_start_btn = "5"
input_a_btn = "9"
input_x_btn = "3"
input_l_btn = "2"
input_r_btn = "8"
input_b_btn_label = "B"
input_y_btn_label = "A"
input_select_btn_label = "Mode"
input_start_btn_label = "Start"
input_a_btn_label = "C"
input_x_btn_label = "Y"
input_l_btn_label = "X"
input_r_btn_label = "Z"
input_up_axis = "-1"
input_down_axis = "+1"
input_left_axis = "-0"
input_right_axis = "+0"
input_up_btn_label = "D-Pad Up"
input_down_btn_label = "D-Pad Down"
input_left_btn_label = "D-Pad Left"
input_right_btn_label = "D-Pad Right"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment