- 16,271
- Boise, ID
- GTP_EDK
So this is what I have in there right now. Keep in mind that my pedals once updated in the config (shown toward the top) are shown as "FANATEC ClubSport Pedals V3".
I tried adjusting the code to replace the Logitech G27 stuff in the Joystick corrections list lower in the code to read as my pedals do in the above section. Net effect - still not fixed. Brake pedal is now inverted, shows 100% on when off, vice versa. Gas pedal has the same problem as before.
But we seem to be getting closer.
I tried adjusting the code to replace the Logitech G27 stuff in the Joystick corrections list lower in the code to read as my pedals do in the above section. Net effect - still not fixed. Brake pedal is now inverted, shows 100% on when off, vice versa. Gas pedal has the same problem as before.
But we seem to be getting closer.
Code:
<axis_map>
<axis id="rel_axis_0" label="wheel">
<device type="joystick" id="0" name="Logitech G27 Racing Wheel USB"/>
<event type="axis" id="0" dead_zone="0" multiplier="0.0039" exponent="1.00" shape=""/>
</axis>
<axis id="abs_axis_17" label="gas">
<device type="joystick" id="0" name="FANATEC ClubSport Pedals V3"/>
<event type="axis" id="0" dead_zone="0" multiplier="0.008" exponent="1.00" shape="Circle"/>
</axis>
<axis id="abs_axis_18" label="brake">
<device type="joystick" id="0" name="FANATEC ClubSport Pedals V3"/>
<event type="axis" id="1" dead_zone="0" multiplier="0.008" exponent="1.00" shape="Circle"/>
</axis>
<axis id="abs_axis_19" label="clutch">
<device type="joystick" id="0" name="FANATEC ClubSport Pedals V3"/>
<event type="axis" id="2" dead_zone="0" multiplier="0.008" exponent="1.00" shape="Circle"/>
</axis>
</axis_map>
<joystick_corrections_list>
<correction low_value="32767" low_coef="-8192" high_value="0" high_coef="0">
<device type="joystick" id="0" name="Logitech G27 Racing Wheel USB"/>
<event type="axis" id="1"/>
</correction>
<correction low_value="32767" low_coef="-8192" high_value="0" high_coef="0">
<device type="joystick" id="0" name="Logitech G27 Racing Wheel USB"/>
<event type="axis" id="2"/>
</correction>
<correction low_value="32767" low_coef="-8192" high_value="0" high_coef="0">
<device type="joystick" id="0" name="Logitech G27 Racing Wheel USB"/>
<event type="axis" id="4"/>
</correction>
</joystick_corrections_list>
Last edited: