> 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/wheel-mode/fanatec-ps3-mode.md).

# Fanatec PS3 Mode

Set your Fanatec® wheel to **PS3 Mode** before enabling the Zen's Wheel Mode. PS3 Mode is required for full force feedback.

{% hint style="danger" %}
**Do not touch the wheel during force feedback initialization and auto-calibration.** Unexpected movement can cause injury or result in incorrect calibration.
{% endhint %}

Find your wheel below:

| Wheel                | Section            |
| -------------------- | ------------------ |
| CSR, CSR Elite       | Back Button method |
| 911 GT2              | Back Button method |
| 911 Turbo S          | Back Button method |
| 911 GT3 RS, RS v2    | Base + Select      |
| ClubSport Wheel Base | ClubSport          |

### <i class="fa-steering-wheel">:steering-wheel:</i> CSR, 911 GT2, and 911 Turbo S <a href="#back-button" id="back-button"></a>

***

{% stepper %}
{% step %}

#### Connect the Zen to your console

Connect the Cronus Zen™ to the PS4® or PS5®.
{% endstep %}

{% step %}

#### Connect the wheel to the Zen

Run a USB cable from the Cronus Zen™ to the **left-side USB port** on the wheel base.
{% endstep %}

{% step %}

#### Enter PC Mode

After the wheel finishes self-calibration, hold the **Back** button for about one second.

| Wheel          | What you should see                                 |
| -------------- | --------------------------------------------------- |
| CSR, CSR Elite | The **– – –** indicator disappears from the display |
| 911 GT2        | The **– – –** indicator disappears from the display |
| 911 Turbo S    | No wheel button illumination                        |
| {% endstep %}  |                                                     |

{% step %}

#### Activate PS3 Mode

Press the **Connect** and **Back** buttons at the same time.

| Wheel          | Confirmation                                            |
| -------------- | ------------------------------------------------------- |
| CSR, CSR Elite | A dot appears on the display                            |
| 911 GT2        | The wheel buttons light up with PlayStation® symbols    |
| 911 Turbo S    | The wheel buttons light up with the PlayStation® symbol |
| {% endstep %}  |                                                         |

{% step %}

#### Disconnect

Disconnect the wheel from the Cronus Zen™, leaving it powered on.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
The 911 Turbo S procedure applies to setups with no RF dongle, on the latest Fanatec® firmware.
{% endhint %}

***

### <i class="fa-steering-wheel">:steering-wheel:</i> 911 GT3 RS and RS v2 <a href="#gt3rs" id="gt3rs"></a>

{% stepper %}
{% step %}

#### Connect the Zen to your console

Connect the Cronus Zen™ to the PS4® or PS5®.
{% endstep %}

{% step %}

#### Connect the wheel to the Zen

Connect the wheel's USB cable to the Cronus Zen™.
{% endstep %}

{% step %}

#### Activate PS3 Mode

After self-calibration completes, press the **Base** and **Select** buttons at the same time.
{% endstep %}

{% step %}

#### Disconnect

The wheel is now in PS3 Mode. Disconnect it from the Cronus Zen™, leaving it powered on.
{% endstep %}
{% endstepper %}

***

### <i class="fa-steering-wheel">:steering-wheel:</i> ClubSport Wheel Base <a href="#clubsport" id="clubsport"></a>

{% stepper %}
{% step %}

#### Connect everything with the console off

Connect all components as instructed while the PS4® or PS5® is powered off.
{% endstep %}

{% step %}

#### Power on the wheel base

Power on the ClubSport Wheel Base.
{% endstep %}

{% step %}

#### Power on the console

Wait until the console reaches the main menu and the wheel finishes calibration.
{% endstep %}

{% step %}

#### Activate PS3 Mode

On the Universal Hub, press **Select** and **Circle** at the same time, immediately after auto-calibration completes.

The tuning display shows a **red dot**, confirming PS3 Mode is active.
{% endstep %}
{% endstepper %}

#### Certain rims need a different combination <a href="#rims" id="rims"></a>

For the BMW M3 GT2, Formula Black, Formula Carbon, and Porsche 918 RSR rims, press one of these immediately after auto-calibration:

* **Select (9)** + **Horn (22)**
* **Select (9)** + **Circle (3)**

Press both buttons at the same time.

***

### <i class="fa-gamepad-modern">:gamepad-modern:</i> Menu navigation <a href="#menu" id="menu"></a>

With the Cronus Zen™ you can navigate game menus using your Fanatec® wheel, including in titles that never supported wheel input in menus.

| Button    | Combination on PS4®                 |
| --------- | ----------------------------------- |
| **Home**  | L3 + R3                             |
| **Share** | Bottom-left black button on the rim |


---

# 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/wheel-mode/fanatec-ps3-mode.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.
