diff options
Diffstat (limited to 'settings/drivingforcegt.conf')
-rw-r--r-- | settings/drivingforcegt.conf | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/settings/drivingforcegt.conf b/settings/drivingforcegt.conf new file mode 100644 index 0000000..c1dfdb5 --- /dev/null +++ b/settings/drivingforcegt.conf @@ -0,0 +1,104 @@ +## Multi Input Controller Configurations for GtForce +## /opt/etc/ico/device-input-controller/gtforce_g25.conf +## Sep-08-2013 + +## Device +[device] +# Device Name +name=Driving Force GT +# Device Input Controller +dic=ico_uxf_dic-gtforce +# 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;4 +# event code to Multi Input Manager(Up;Down) +0.code=10:Up;11:Down +# fixed send appid (if fixed switch) ... send key event(Up='U',Down='D') to HapticDaemon +0.fixed=10:appid=ico_uxf_dic-haptic:key=22;11:appid=ico_uxf_dic-haptic:key=32 + +## LeftRight key input +1=JS_LR +# input event from device(type;number) +1.event=2;3 +# event code to Multi Input Manager(Left;Right) +1.code=20:Left;21:Right +# fixed send appid (if fixed switch) ... send key event(Left='L',Right='R') to HapticDaemon +1.fixed=20:appid=ico_uxf_dic-haptic:key=38;21:appid=ico_uxf_dic-haptic:key=19 + +## 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 +2.fixed=appid=org.tizen.ico.homescreen:key=50 + +## 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 +3.fixed=shell=/opt/etc/ico/device-input-controller/set_navi_busguide.sh + +## 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 +4.fixed=appid=ico_uxf_dic-haptic:key=24 + +## 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 +# fixed start shell script +5.fixed=shell=/opt/etc/ico/device-input-controller/set_daynight.sh + +## PS Button +6=JS_PS +6.event=1;20 +6.code=101 +6.fixed=shell=/opt/etc/ico/device-input-controller/set_navi_destination.sh + +## Home Button +#7=JS_HOME +#7.event=1;19 +#7.code=102 + +## Enter Button +#8=JS_ENTER +#8.event=1;14 +#8.code=103 + +## Start Button +#9=JS_START +#9.event=1;9 +#9.code=104 + +## Select Button +#10=JS_SELECT +#10.event=1;8 +#10.code=105 + +## + Button +#11=JS_PLUS +#11.event=1;15 +#11.code=111 + +## - Button +#12=JS_MINUS +#12.event=1;18 +#12.code=112 + |