Advertisement
Guest User

Controller Configs

a guest
Mar 9th, 2015
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. ~~~From InputAutoCfg.ini~~~~~~~~~~~~~~~~~~~~~~
  2.  
  3. [Microntek USB Joystick ]
  4. plugged = True
  5. plugin = 2
  6. mouse = False
  7. AnalogDeadzone = 4096,4096
  8. AnalogPeak = 32768,32768
  9. DPad R = axis(+0)
  10. DPad L = axis(-0)
  11. DPad D = axis(+1)
  12. DPad U = axis(-1)
  13. Start = button (11)
  14. Z Trig = button (9)
  15. B Button = button (0)
  16. A Button = button (2)
  17. C Button R = button (5)
  18. C Button L = button (1)
  19. C Button D = button (3)
  20. C Button U = button (4)
  21. R Trig = button (7)
  22. L Trig = button (6)
  23. Mempak switch = key(109)
  24. Rumblepak switch = key(114)
  25. Y Axis = axis(-1,+1)
  26. X Axis = axis(-0,+0)
  27.  
  28. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  29. ~~~~From /opt/retropie/emulators/retroarch/configs/MicrontekUSBJoystick.cfg~~~~
  30.  
  31. input_device = "Microntek USB Joystick "
  32. input_driver = "udev"
  33. input_b_btn = "2"
  34. input_y_btn = "0"
  35. input_select_btn = "4"
  36. input_start_btn = "5"
  37. input_up_axis = "-1"
  38. input_down_axis = "+1"
  39. input_left_axis = "-0"
  40. input_right_axis = "+0"
  41. input_a_btn = "3"
  42. input_x_btn = "1"
  43. input_l_btn = "6"
  44. input_r_btn = "7"
  45. input_l2_btn = "8"
  46. input_r2_btn = "9"
  47. input_l3_btn = "10"
  48. input_r3_btn = "11"
  49. input_l_x_plus_axis = "+0"
  50. input_l_x_minus_axis = "-0"
  51. input_l_y_plus_axis = "+1"
  52. input_l_y_minus_axis = "-1"
  53. input_r_x_plus_btn = "1"
  54. input_r_x_minus_btn = "3"
  55. input_r_y_plus_btn = "2"
  56. input_r_y_minus_btn = "0"
  57. input_enable_hotkey_btn = "4"
  58. input_exit_emulator_btn = "5"
  59. input_menu_toggle_btn = "1"
  60. input_load_state_btn = "6"
  61. input_save_state_btn = "7"
  62. input_reset_btn = "2"
  63. input_state_slot_increase_axis = "+0"
  64. input_state_slot_decrease_axis = "-0"
  65.  
  66. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement