From dd2346859364c4dacbedf957d1221bbf5475db07 Mon Sep 17 00:00:00 2001 From: Paul Dino Jones Date: Tue, 11 Jun 2024 10:53:26 -0400 Subject: [PATCH] Updated config file example --- conf/monocoque.config | 51 ++++++++++++++++++++++++++++--------------- 1 file changed, 34 insertions(+), 17 deletions(-) diff --git a/conf/monocoque.config b/conf/monocoque.config index b5a0651..cbe73b0 100644 --- a/conf/monocoque.config +++ b/conf/monocoque.config @@ -1,28 +1,45 @@ - -devices = ( { device = "USB"; - type = "Tachometer"; - devid = "98FD:83AC"; - subtype = "Revburner"; - granularity = 4; - config = "/home/paul/.config/monocoque/revburner1.xml"; }, +devices = ( { device = "USB"; + type = "Tachometer"; + devid = "98FD:83AC"; + subtype = "Revburner"; + granularity = 2; + config = "~/.config/monocoque/revburner15000.xml"; }, { device = "Sound"; - type = "Engine"; + effect = "Engine"; devid = "alsa_output.usb-Generic_USB2.0_Device_20170726905959-00.analog-stereo"; pan = 1; volume = 90; frequency = 27; }, { device = "Sound"; - type = "Gear" + effect = "Gear" devid = "alsa_output.usb-Generic_USB2.0_Device_20170726905959-00.analog-stereo"; pan = 1; duration = .25; volume = 100; frequency = 27; }, - { device = "Serial"; - type = "ShiftLights"; - config = "None"; - devpath = "/dev/ttyACM0"; } ), - { device = "Serial"; - type = "SimWind"; - config = "None"; - devpath = "/dev/ttyACM1"; } ); + { device = "USB"; + type = "Haptic"; + subtype = "ClubSportElitePedalsV3"; + 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"; + type = "SimWind"; + config = "None"; + devpath = "/dev/ttyACM1"; }, + { device = "Serial"; + type = "ShiftLights"; + config = "None"; + devpath = "/dev/ttyACM0"; } );