Updated config file example
This commit is contained in:
parent
674d23a5e9
commit
dd23468593
|
|
@ -1,28 +1,45 @@
|
||||||
|
|
||||||
devices = ( { device = "USB";
|
devices = ( { device = "USB";
|
||||||
type = "Tachometer";
|
type = "Tachometer";
|
||||||
devid = "98FD:83AC";
|
devid = "98FD:83AC";
|
||||||
subtype = "Revburner";
|
subtype = "Revburner";
|
||||||
granularity = 4;
|
granularity = 2;
|
||||||
config = "/home/paul/.config/monocoque/revburner1.xml"; },
|
config = "~/.config/monocoque/revburner15000.xml"; },
|
||||||
{ device = "Sound";
|
{ device = "Sound";
|
||||||
type = "Engine";
|
effect = "Engine";
|
||||||
devid = "alsa_output.usb-Generic_USB2.0_Device_20170726905959-00.analog-stereo";
|
devid = "alsa_output.usb-Generic_USB2.0_Device_20170726905959-00.analog-stereo";
|
||||||
pan = 1;
|
pan = 1;
|
||||||
volume = 90;
|
volume = 90;
|
||||||
frequency = 27; },
|
frequency = 27; },
|
||||||
{ device = "Sound";
|
{ device = "Sound";
|
||||||
type = "Gear"
|
effect = "Gear"
|
||||||
devid = "alsa_output.usb-Generic_USB2.0_Device_20170726905959-00.analog-stereo";
|
devid = "alsa_output.usb-Generic_USB2.0_Device_20170726905959-00.analog-stereo";
|
||||||
pan = 1;
|
pan = 1;
|
||||||
duration = .25;
|
duration = .25;
|
||||||
volume = 100;
|
volume = 100;
|
||||||
frequency = 27; },
|
frequency = 27; },
|
||||||
{ device = "Serial";
|
{ device = "USB";
|
||||||
type = "ShiftLights";
|
type = "Haptic";
|
||||||
config = "None";
|
subtype = "ClubSportElitePedalsV3";
|
||||||
devpath = "/dev/ttyACM0"; } ),
|
effect = "ABS";
|
||||||
|
tyre = "ALL";
|
||||||
|
threshold = 0.05; },
|
||||||
|
{ device = "USB";
|
||||||
|
type = "Haptic";
|
||||||
|
subtype = "ClubSportElitePedalsV3";
|
||||||
|
effect = "Slip";
|
||||||
|
tyre = "REARS";
|
||||||
|
threshold = 0.75; },
|
||||||
|
{ device = "USB";
|
||||||
|
type = "Haptic";
|
||||||
|
subtype = "ClubSportElitePedalsV3";
|
||||||
|
effect = "Lock";
|
||||||
|
tyre = "ALL";
|
||||||
|
threshold = 0.75; },
|
||||||
{ device = "Serial";
|
{ device = "Serial";
|
||||||
type = "SimWind";
|
type = "SimWind";
|
||||||
config = "None";
|
config = "None";
|
||||||
devpath = "/dev/ttyACM1"; } );
|
devpath = "/dev/ttyACM1"; },
|
||||||
|
{ device = "Serial";
|
||||||
|
type = "ShiftLights";
|
||||||
|
config = "None";
|
||||||
|
devpath = "/dev/ttyACM0"; } );
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue