> 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™ supports select legacy Logitech® and Fanatec® racing wheels, including force feedback, pedals, brake, clutch, and shifter functionality. TODO

{% hint style="danger" %}
**Keep clear of the wheel during calibration.** The wheel can rotate unexpectedly and cause injury or damage to your equipment.
{% endhint %}

***

### <i class="fa-steering-wheel">:steering-wheel:</i> Supported wheels <a href="#supported" id="supported"></a>

<table data-search="false"><thead><tr><th>Manufacturer</th><th>Model</th></tr></thead><tbody><tr><td><strong>Fanatec®</strong></td><td>ClubSport Wheel Base v1</td></tr><tr><td></td><td>ClubSport Wheel Base v1.5</td></tr><tr><td></td><td>ClubSport Wheel Base v2</td></tr><tr><td></td><td>CSR</td></tr><tr><td></td><td>CSR Elite</td></tr><tr><td></td><td>Porsche 911 GT2</td></tr><tr><td></td><td>Porsche 911 GT3</td></tr><tr><td></td><td>Porsche 911 GT3 R</td></tr><tr><td></td><td>Porsche 911 GT3 RS v2</td></tr><tr><td></td><td>Porsche 911 Turbo</td></tr><tr><td></td><td>Porsche 911 Turbo S</td></tr><tr><td><strong>Logitech®</strong></td><td>Driving Force GT</td></tr><tr><td></td><td>G25</td></tr><tr><td></td><td>G27</td></tr></tbody></table>

***

### <i class="fa-list-check">:list-check:</i> What you need <a href="#requirements" id="requirements"></a>

|                     |                                                                                                             |
| ------------------- | ----------------------------------------------------------------------------------------------------------- |
| **AUTH controller** | A DualSense™ for PS5®, or a DualShock®4 for PS4®. It must stay connected the whole time the wheel is in use |
| **Power supply**    | Some wheels need their own power supply, for example the Logitech® G27                                      |
| **Peripherals**     | Pedals, shifter, and anything else your wheel uses                                                          |

***

### <i class="fa-arrows-rotate">:arrows-rotate:</i> Setup <a href="#setup" id="setup"></a>

{% stepper %}
{% step %}

#### Enable Wheel Mode

Connect the Cronus Zen™ to a PC using the **PROG USB** port and open Zen Studio. Go to **Tools → Zen Operational Mode** and select **Wheel Mode**.

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

{% step %}

#### Connect the AUTH controller

Connect it to the Zen's **A1** USB port.
{% endstep %}

{% step %}

#### Connect the wheel

Connect the racing wheel to the Zen's **A3** USB port, plug in its power supply if it has one, and attach all peripherals.
{% endstep %}

{% step %}

#### Connect the Zen to the console

Use the **CONSOLE/PC USB** port.

{% hint style="danger" %}
Stand clear of the wheel from this point on. Calibration starts on its own and the wheel can rotate without warning.
{% endhint %}
{% endstep %}

{% step %}

#### Synchronize

Make sure both the AUTH controller and the wheel are powered on, then press the Zen's **blue reset button** once.

If synchronization fails, disconnect the AUTH controller from **A1** and reconnect it.
{% endstep %}

{% step %}

#### Start a game

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.
