Advertisement
PrimePastes

USB Controller Setup

May 22nd, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. the corresponding AnalogDeadzone value
  2. AnalogPeak = "32768,32768"
  3. # Digital button configuration mappings
  4. DPad R = “hat(0 Right)“
  5. DPad L = “hat(0 Left)“
  6. DPad D = “hat(0 Down)“
  7. DPad U = “hat(0 Up)”
  8. Start = "button(12)”
  9. Z Trig = "button(6)"
  10. B Button = "button(1)”
  11. A Button = "button(2)”
  12. C Button R = “button(8)”
  13. C Button L = “button(0)”
  14. C Button D = “button(3)”
  15. C Button U = “button(9)”
  16. R Trig = "button(7)"
  17. L Trig = "button(4)"
  18. Mempak switch = ""
  19. Rumblepak switch = ""
  20. # Analog axis configuration mappings
  21. X Axis = "axis(0-,0+)"
  22. Y Axis = "axis(1-,1+)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement