summaryrefslogtreecommitdiff
path: root/joystick_gtforce.conf
blob: 9537ad13f5a103db60c8b76abb326284407d80c3 (plain)
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
50
51
52
53
54
55
56
57
58
59
## Multi Input Controller Configurations for joystick_gtforce
##  /opt/etc/ico-uxf-device-input-controller/joystick_gtforce.conf
##	Feb-08-2013

## Device
[device]
# Device Name
name=DrivingForceGT
# Device Input Controller
ictl=ico_ictl-joystick
# Device type('8' is input switch)
type=8
# ECU Id
ecu=0

## Input Switch
[input]
## UpDown key input
0=JS_UPDOWN
# input event from device(type;number)
0.event=2;3
# event code to Multi Input Manager(Up;Down)
0.code=10:Up;11:Down

## LeftRight key input
1=JS_LR
# input event from device(type;number)
1.event=2;2
# event code to Multi Input Manager(Left;Right)
1.code=20:Left;21:Right

## CROSS Button input
2=JS_CROSS
# input event from device(type;number)
2.event=1;0
# event code to Multi Input Manager
2.code=30

## SQUARE Button input
3=JS_SQUARE
# input event from device(type;number)
3.event=1;1
# event code to Multi Input Manager
3.code=40

## CIRCLE Button input
4=JS_CIRCLE
# input event from device(type;number)
4.event=1;2
# event code to Multi Input Manager
4.code=50

## TRIANGLE Button input
5=JS_TRIANGLE
# input event from device(type;number)
5.event=1;3
# event code to Multi Input Manager
5.code=60