> 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/dispositivos-compatibles/switch.md).

# Nintendo Switch®

Cronus Zen™ es compatible con la consola Nintendo Switch® y con todos los mandos oficiales de Nintendo®.

Cualquier dispositivo compatible funciona con tu Nintendo Switch® a través de Cronus Zen™, incluidos [mandos](/zen-es/dispositivos-compatibles/mando.md), [ratones](/zen-es/dispositivos-compatibles/ratones.md), y [teclados](/zen-es/dispositivos-compatibles/teclado.md).

***

### <i class="fa-gamepad-modern">:gamepad-modern:</i> Consolas <a href="#consoles" id="consoles"></a>

| Modelo                |                Compatible                |
| --------------------- | :--------------------------------------: |
| Nintendo Switch®      | <mark style="color:verde;">**Sí**</mark> |
| Nintendo Switch® OLED | <mark style="color:verde;">**Sí**</mark> |
| Nintendo Switch® Lite | <mark style="color:verde;">**Sí**</mark> |

***

### <i class="fa-gear">:gear:</i> Ajuste de consola requerido <a href="#wired-comms" id="wired-comms"></a>

La Comunicación por cable del Pro Controller debe estar activada, o Cronus Zen™ no se emparejará con la consola.

**Configuración del sistema → Mandos y sensores → Comunicación por cable del Pro Controller → Activado**

<figure><img src="/files/8724089e1adc513c13165eccb1a6f77d64b56e8d" alt=""><figcaption></figcaption></figure>

***

### <i class="fa-plug">:plug:</i> Requisitos de alimentación <a href="#power" id="power"></a>

| Configuración     | Requisito                                                                     |
| ----------------- | ----------------------------------------------------------------------------- |
| **Base para TV**  | La fuente de alimentación de 15 V debe estar conectada, o Zen no se encenderá |
| **Modo portátil** | Se requiere un adaptador USB-C OTG                                            |

{% hint style="warning" %}
Es posible que tu mando no se cargue mientras esté conectado a través de Zen. Asegúrate de que esté completamente cargado o tenga pilas nuevas para evitar desconexiones.
{% endhint %}

***

### <i class="fa-shuffle">:shuffle:</i> Cruce <a href="#crossover" id="crossover"></a>

Los mandos USB que no son de Nintendo® se conectan al **A3** puerto de Zen.

{% hint style="info" %}
A diferencia de otras consolas, la Nintendo Switch® **no** necesita un mando de autenticación en **A1**.
{% endhint %}

| Mando                | Conexión                                                                      |
| -------------------- | ----------------------------------------------------------------------------- |
| **Nintendo Switch®** | Bluetooth® — mantén pulsado el **SYNC** botón para el modo de emparejamiento  |
| **DualShock®4**      | Bluetooth® — mantén pulsado **SHARE** + **PS** para el modo de emparejamiento |
| **DualSense™**       | Solo USB — sin compatibilidad con Bluetooth®                                  |
| **Xbox®**            | USB, o inalámbrico con el Adaptador inalámbrico para Xbox®                    |
| **Astro® C40**       | Adaptador en **A3**                                                           |

Procedimientos completos de emparejamiento: [Inalámbrico](/zen-es/inicio-rapido-y-descargas/paso-3-compatibilidad-del-mando/inalambrico.md)

***

### <i class="fa-headset">:headset:</i> Compatibilidad con auriculares <a href="#headsets" id="headsets"></a>

Los Joy-Con y los mandos Wireless Pro no tienen conexión para auriculares por cable. Cuando la Switch® está acoplada, Cronus Zen™ habilita la compatibilidad con auriculares por cable mediante un DualSense™, DualShock®4 o mando de Xbox® en su lugar.

Conecta el mando a **A3**.

| Mando                      |                   TODO                   |                   TODO                   |
| -------------------------- | :--------------------------------------: | :--------------------------------------: |
| DualShock®4 v1 (CUH-ZCT1X) |  <mark style="color:rojo;">**No**</mark> |  <mark style="color:rojo;">**No**</mark> |
| DualShock®4 v2 (CUH-ZCT2X) | <mark style="color:verde;">**Sí**</mark> | <mark style="color:verde;">**Sí**</mark> |
| DualSense™                 | <mark style="color:verde;">**Sí**</mark> |  <mark style="color:rojo;">**No**</mark> |
| Xbox Series X\|S®          | <mark style="color:verde;">**Sí**</mark> |  <mark style="color:rojo;">**No**</mark> |
| Xbox® One                  | <mark style="color:verde;">**Sí**</mark> |  <mark style="color:rojo;">**No**</mark> |

***

### <i class="fa-circle-check">:circle-check:</i> Comprueba la conexión <a href="#check" id="check"></a>

Abre **Mandos** desde el menú de Switch® y mira el icono.

* **USB mostrado** — la Switch® está correctamente sincronizada con Zen
* **USB no mostrado** — pulsa el botón de reinicio de Zen para resincronizar

<figure><img src="/files/5d8aa04bac114acccbb61ce3143297bc0f4d484f" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/3d25a1d97a458673564fe73b6b6079d6ce90fbb8" alt=""><figcaption></figcaption></figure>


---

# 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/dispositivos-compatibles/switch.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.
