Advertisement
Guest User

Untitled

a guest
Apr 7th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. input_device = "Pro Controller"
  2. input_driver = "udev"
  3. input_vendor_id = "11720"
  4. input_product_id = "24833"
  5.  
  6. input_b_btn = "1"
  7. input_y_btn = "4"
  8. input_select_btn = "10"
  9. input_start_btn = "11"
  10. input_a_btn = "0"
  11. input_x_btn = "3"
  12. input_l_btn = "6"
  13. input_r_btn = "7"
  14. input_l2_btn = "8"
  15. input_r2_btn = "9"
  16. input_l3_btn = "13"
  17. input_r3_btn = "14"
  18. input_l_x_plus_axis = "+0"
  19. input_l_x_minus_axis = "-0"
  20. input_l_y_plus_axis = "+1"
  21. input_l_y_minus_axis = "-1"
  22. input_r_x_plus_axis = "+2"
  23. input_r_x_minus_axis = "-2"
  24. input_r_y_plus_axis = "+3"
  25. input_r_y_minus_axis = "-3"
  26. input_menu_toggle_btn = "2"
  27.  
  28. input_b_btn_label = "B"
  29. input_y_btn_label = "Y"
  30. input_select_btn_label = "Select"
  31. input_start_btn_label = "Start"
  32. input_a_btn_label = "A"
  33. input_x_btn_label = "X"
  34. input_l_btn_label = "L1"
  35. input_r_btn_label = "R1"
  36. input_l2_btn_label = "L2"
  37. input_r2_btn_label = "R2"
  38. input_l3_btn_label = "LS"
  39. input_r3_btn_label = "RS"
  40. input_l_x_plus_axis_label = "LS Right"
  41. input_l_x_minus_axis_label = "LS Left"
  42. input_l_y_plus_axis_label = "LS Down"
  43. input_l_y_minus_axis_label = "LS Up"
  44. input_r_x_plus_axis_label = "RS Right"
  45. input_r_x_minus_axis_label = "RS Left"
  46. input_r_y_plus_axis_label = "RS Down"
  47. input_r_y_minus_axis_label = "RS Up"
  48. input_menu_toggle_btn_label = "Home"
  49.  
  50. input_up_btn = "h0up"
  51. input_down_btn = "h0down"
  52. input_left_btn = "h0left"
  53. input_right_btn = "h0right"
  54.  
  55. input_up_btn_label = "Dpad Up"
  56. input_down_btn_label = "Dpad Down"
  57. input_left_btn_label = "Dpad Left"
  58. input_right_btn_label = "Dpad Right"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement