> For the complete documentation index, see [llms.txt](https://guide.cronuszen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.cronuszen.com/supported-devices/racing-wheels.md).

# Racing Wheels

Cronus Zen™ provides support for select legacy Logitech® and Fanatec® racing wheels on PlayStation®4, including Force Feedback, pedals, brake, clutch, and shifter functionality.

## Supported Racing Wheels﻿

***

* Fanatec® ClubSport Wheel Base v1
* Fanatec® ClubSport Wheel Base v1.5
* Fanatec® ClubSport Wheel Base v2
* Fanatec® CSR
* Fanatec® CSR Elite
* Fanatec® Porsche 911 GT2
* Fanatec® Porsche 911 GT3
* Fanatec® Porsche 911 GT3 R
* Fanatec® Porsche 911 GT3 RS v2
* Fanatec® Porsche 911 Turbo
* Fanatec® Porsche 911 Turbo S
* Logitech® Driving Force GT
* Logitech® G25
* Logitech® G27

## Step-By-Step

***

{% stepper %}
{% step %}
﻿Connect Cronus Zen™ to a PC using the **PROG USB port** and open **Zen Studio**.
{% endstep %}

{% step %}
Go to **Tools → Zen Operational Mode** and select **Wheel Mode**.

Disconnect the Zen from the PC. Do not connect it to the PlayStation® yet.
{% endstep %}

{% step %}
Connect the authentication (AUTH) controller to the Zen’s **A1 USB port**:

* DualSense® (PS5®)
* DualShock®4 (PS4®)

This controller must remain connected while the racing wheel is in use.
{% endstep %}

{% step %}
Connect the racing wheel to the Zen’s **A3 USB port**.

If the wheel has an external power supply (e.g., Logitech® G27), connect it. Attach all required peripherals (pedals, shifter, etc.).
{% endstep %}

{% step %}
Connect Cronus Zen™ to the PS5® or PS4® using the CONSOLE/PC USB port.

**Warning:** Keep clear of the wheel during calibration. The wheel may rotate unexpectedly and cause injury or equipment damage.
{% endstep %}

{% step %}
Ensure both the AUTH controller and racing wheel are powered on.

Press the Zen’s **blue reset button** once.\
If synchronization fails, disconnect the AUTH controller from **A1**, then reconnect it.
{% endstep %}

{% step %}
Launch a supported racing title.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://guide.cronuszen.com/supported-devices/racing-wheels.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
