-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSwarms.xboxdrv
More file actions
49 lines (36 loc) · 747 Bytes
/
Copy pathSwarms.xboxdrv
File metadata and controls
49 lines (36 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Swarms input device to PS4 controller to XBOX 360 controller
# ========================
[xboxdrv]
# Input
evdev = /dev/input/event10
evdev = /dev/input/event10
# working on a configuration you want to set this to true:
evdev-debug = false
# Grabbing the device prevents other applications from accessing it,
# this is needed most of the time te prevent applications from
# receiving events twice.
evdev-grab = true
[evdev-absmap]
ABS_HAT0X = dpad_x
ABS_HAT0Y = dpad_y
ABS_X = X1
ABS_Y = Y1
ABS_Z = X2
ABS_RZ = Y2
ABS_RX = LT
ABS_RY = RT
[evdev-keymap]
BTN_TL = LT
BTN_TR = RT
BTN_A = X
BTN_X = Y
BTN_B = A
BTN_C = B
BTN_Y = LB
BTN_Z = RB
BTN_SELECT = TL
BTN_START = TR
BTN_TR2 = start
BTN_TL2 = back
BTN_MODE = guide
# EOF #