> 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/zen-es/guias-de-configuracion/guia-de-inicio-rapido/paso-3-configuracion-del-control.md).

# PASO 3: Configuración del control

Identifica si tu controlador es solo USB, compatible con Bluetooth o requiere un adaptador inalámbrico (por ejemplo, algunos controladores Xbox® o el Astro® C40).

<table><thead><tr><th></th><th>USB</th><th width="187">BT</th><th>ADAPTADOR</th></tr></thead><tbody><tr><td>DualSense™</td><td><mark style="color:verde;"><strong>SÍ</strong></mark></td><td><mark style="color:naranja;"><strong>SÍ*</strong></mark></td><td>N/D</td></tr><tr><td>DualSense Edge™</td><td><mark style="color:verde;"><strong>SÍ</strong></mark></td><td><mark style="color:naranja;"><strong>SÍ*</strong></mark></td><td>N/D</td></tr><tr><td>DualShock®4</td><td><mark style="color:verde;"><strong>SÍ</strong></mark></td><td><mark style="color:verde;"><strong>SÍ</strong></mark></td><td>N/D</td></tr><tr><td>Xbox® (Todos los modelos)</td><td><mark style="color:verde;"><strong>SÍ</strong></mark></td><td><mark style="color:rojo;"><strong>NO</strong></mark></td><td><mark style="color:morado;"><strong>SÍ**</strong></mark></td></tr><tr><td>Nintendo Switch® (Todos los modelos)</td><td><mark style="color:rojo;"><strong>NO</strong></mark></td><td><mark style="color:verde;"><strong>SÍ</strong></mark></td><td><strong>N/D</strong></td></tr><tr><td>Astro® C40</td><td><mark style="color:verde;"><strong>SÍ</strong></mark></td><td><mark style="color:rojo;"><strong>NO</strong></mark></td><td><mark style="color:verde;"><strong>SÍ</strong></mark></td></tr></tbody></table>

*<mark style="color:naranja;">**\*Bluetooth no admite Gatillos Adaptativos, Vibración, Giroscopio ni Micrófono**</mark>*&#x20;

*<mark style="color:morado;">**\*\*Los controladores inalámbricos Xbox Series X|S® y Xbox One® requieren el**</mark>* [***Adaptador inalámbrico Xbox®***](https://cronus.shop/products/xbox-one-wireless-adapter)*<mark style="color:morado;">**.**</mark>*

## Dispositivos compatibles

***

Cronus Zen es compatible con todas las consolas principales, los controladores oficiales y la mayoría de los controladores licenciados de terceros.

{% columns %}
{% column %}
**PlayStation®5**\
**PlayStation®4**\
**PlayStation®3**\
**Nintendo Switch®**\
**Nintendo Wii®**\
**Windows® PC**
{% endcolumn %}

{% column %}
**Xbox Series X|S®**\
**Xbox One®**\
**Xbox 360®**\
**Volantes de carreras**\
**Ratón y teclado**\
**PS Remote Play**
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}

## AURICULARES CON CABLE:

Debido a la amplia variedad de auriculares, controladores y consolas, no se puede garantizar la compatibilidad completa de audio para toda configuración. Se admiten muchas configuraciones conectadas por USB.

**Nota:** Los auriculares con cable no son compatibles por Bluetooth. El controlador debe estar conectado al Zen mediante USB. Para PlayStation 5, conecta los auriculares al dispositivo que ejecute la aplicación PS Remote Play.
{% endhint %}

{% hint style="success" %}

## NINTENDO SWITCH®:

Al usar un dock de Switch en modo TV, asegúrate de que la fuente de alimentación de 15V esté conectada. De lo contrario, el Zen no se encenderá.

En el modo portátil, se requiere un adaptador USB-C OTG.

Habilita el siguiente ajuste en la consola:\
**Ajustes del sistema > Controladores y sensores > Comunicación por cable del Pro Controller: Activado**
{% endhint %}


---

# 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/zen-es/guias-de-configuracion/guia-de-inicio-rapido/paso-3-configuracion-del-control.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.
