> 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/setup-guides/quick-start-guide/step-3-controller-setup/usb.md).

# USB

Follow the steps below to set up your console and controller via USB.

Matched (USB)

***

MATCHED (USB) is the simplest setup method and supports PlayStation®4, Xbox®, and Nintendo Switch® consoles and controllers.

<div align="left"><figure><img src="/files/f2HaS14cyaWnKgfAoYgx" alt=""><figcaption><p>Xbox Series X|S® Controller to an Xbox Series X®</p></figcaption></figure></div>

{% stepper %}
{% step %}
Connect Cronus Zen to a Windows PC using the **PROG USB port**.

**PS5:** Follow the dedicated PS5 setup guide.

**PS4:** Open **Zen Studio > Device Panel** and set the **Output Protocol** to **PlayStation 4/5**.

**Xbox:** Open **Zen Studio > Device Panel** and set the **Output Protocol** to **Xbox One X/S**.

**Switch:** Open **Zen Studio > Device Panel** and set the **Output Protocol** to **Nintendo Switch**. Refer to the Nintendo Switch page for additional required settings.
{% endstep %}

{% step %}
Connect your Cronus Zen to the console using the **CONSOLE/PC USB cable** (the short USB cable is recommended).
{% endstep %}

{% step %}
Plug the controller into the Zen’s **A1 USB port**. After a few seconds, the controller will power on and sync with the Cronus Zen.
{% endstep %}

{% step %}
Test the controller in-game to confirm that all buttons function correctly.
{% endstep %}
{% endstepper %}

## Crossover (USB)

***

\
The CROSSOVER setup supports PlayStation®, Xbox®, and Nintendo® Switch consoles.

In a CROSSOVER configuration:\
• The controller that matches the console (authentication controller) connects to **A1**.\
• The controller you want to use connects to **A3**.

<div align="left"><figure><img src="/files/YGKJGqec9eUMPpga0my3" alt=""><figcaption><p>PS5® DualSense™ to Xbox Series X|S®</p></figcaption></figure></div>

{% stepper %}
{% step %}
Connect Cronus Zen to a Windows PC using the **PROG USB port**.

**PS5:** Follow the dedicated PS5 setup guide.

**PS4:** Open **Zen Studio > Device Panel** and set the **Output Protocol** to **PlayStation 4/5**.

**Xbox:** Open **Zen Studio > Device Panel** and set the **Output Protocol** to **Xbox One X/S**.

**Switch:** Open **Zen Studio > Device Panel** and set the **Output Protocol** to **Nintendo Switch**. Refer to the Nintendo Switch page for additional required settings.
{% endstep %}

{% step %}
Connect the Cronus Zen to the console using the **CONSOLE/PC USB port**.

This CROSSOVER example uses an Xbox Series X console and a PS5 DualSense controller.
{% endstep %}

{% step %}
Connect the Xbox® controller to the Zen’s **A1 USB port**.\
It must remain connected while using a CROSSOVER controller.\
This is referred to as the **authentication (AUTH) controller**.
{% endstep %}

{% step %}
Connect the CROSSOVER controller to the **A3 USB port**.
{% endstep %}

{% step %}
Test the controller in-game to confirm that all buttons function correctly.
{% 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/setup-guides/quick-start-guide/step-3-controller-setup/usb.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.
