HighTechDeveloper3

observer_config.xboxdrv

May 21st, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. # Default Example
  2. # ===============
  3. #
  4. # This is simply the default xboxdrv configuration, replicated as INI
  5. # file with a few comments
  6.  
  7. [xboxdrv]
  8. # Debugging output and verbosity
  9. # silent = false
  10. # verbose = false
  11. # usb-debug = false
  12.  
  13. # timeout = 25
  14.  
  15. # config = otherconfig.xboxdrv
  16. # alt-config = otherconfig.xboxdrv
  17.  
  18. # busid =
  19. # devid =
  20.  
  21. # Chatpad
  22. # chatpad = false
  23. # chatpad-debug = false
  24. # chatpad-no-init = false
  25.  
  26. # controller-id = 0
  27. # detach-kernel-driver = true
  28. # device-name = <not implemented>
  29. # evdev =
  30. # evdev-debug = true
  31. # evdev-grab = true
  32. # extra-devices = true
  33. # extra-events = true
  34. # force-feedback =
  35.  
  36. # Headset
  37. # headset = false
  38. # headset-debug = false
  39. # headset-dump = /tmp/out.raw
  40. # headset-play = /tmp/in.raw
  41.  
  42. # instant-exit = false
  43. # led = -1
  44. # next = true
  45. # next-controller = true
  46. # no-uinput = true
  47. # product-id = -1
  48. # quiet = false
  49. # rumble = false
  50. # rumble-gain = 255
  51. # rumble-l = -1
  52. # rumble-r = -1
  53.  
  54. # deadzone = 0
  55. # deadzone-trigger = 0
  56. # mimic-xpad = true
  57. # mouse = true
  58. # square-axis = true
  59. # trigger-as-button = true
  60. # trigger-as-zaxis = true
  61. # dpad-as-button = true
  62. # dpad-only = true
  63. # dpad-rotation = 45
  64. # four-way-restrictor =
  65. # guitar = true
  66.  
  67. # vendor-id = -1
  68. # wireless-id = 0
  69.  
  70. [xboxdrv-daemon]
  71. # detach = true
  72. # on-connect = /home/juser/bin/on-connect.sh
  73. # on-disconnect = /home/juser/bin/on-connect.sh
  74. # pid-file = /var/run/xboxdrv.pid
  75.  
  76. [autofire]
  77.  
  78. [axis-sensitivity]
  79.  
  80. [axismap]
  81.  
  82. [buttonmap]
  83.  
  84. [calibration]
  85.  
  86. [evdev-absmap]
  87.  
  88. [evdev-keymap]
  89.  
  90. [modifier]
  91.  
  92. [relative-axis]
  93.  
  94. [xboxdrv]
  95. ui-clear = true
  96.  
  97. [ui-axismap]
  98. X1 = ABS_X
  99. Y1 = ABS_Y
  100.  
  101. X2 = ABS_RY
  102. Y2 = ABS_GAS
  103.  
  104. LT = ABS_BRAKE
  105. RT = ABS_RX
  106.  
  107. DPAD_X = ABS_HAT0X
  108. DPAD_Y = ABS_HAT0Y
  109.  
  110. [ui-buttonmap]
  111. start = BTN_START
  112. guide = BTN_MODE
  113. back = BTN_SELECT
  114.  
  115. A = BTN_A
  116. B = BTN_B
  117. X = BTN_X
  118. Y = BTN_Y
  119.  
  120. LB = BTN_TL
  121. RB = BTN_TR
  122.  
  123. TL = BTN_THUMBL
  124. TR = BTN_THUMBR
  125.  
  126. # EOF #
Advertisement
Add Comment
Please, Sign In to add comment