> 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-de/unterstutzte-gerate/switch.md).

# Nintendo Switch®

Cronus Zen™ unterstützt die Nintendo Switch®-Konsole und alle offiziellen Nintendo®-Controller.

Jedes unterstützte Gerät funktioniert über den Cronus Zen™ mit deiner Nintendo Switch®, einschließlich [Controller](/zen-de/unterstutzte-gerate/controller.md), [Mäuse](/zen-de/unterstutzte-gerate/mause.md), und [Tastaturen](/zen-de/unterstutzte-gerate/tastatur.md).

***

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

| Modell                |               Unterstützt               |
| --------------------- | :-------------------------------------: |
| Nintendo Switch®      | <mark style="color:grün;">**Ja**</mark> |
| Nintendo Switch® OLED | <mark style="color:grün;">**Ja**</mark> |
| Nintendo Switch® Lite | <mark style="color:grün;">**Ja**</mark> |

***

### <i class="fa-gear">:gear:</i> Erforderliche Konsoleneinstellung <a href="#wired-comms" id="wired-comms"></a>

Die kabelgebundene Kommunikation des Pro Controllers muss aktiviert sein, sonst lässt sich der Cronus Zen™ nicht mit der Konsole koppeln.

**Systemeinstellungen → Controller und Sensoren → Kabelgebundene Kommunikation des Pro Controllers → Ein**

<figure><img src="/files/15fe54285c5f68a18ce29b3aca2ba7ed6f5d3ff8" alt=""><figcaption></figcaption></figure>

***

### <i class="fa-plug">:plug:</i> Stromanforderungen <a href="#power" id="power"></a>

| Einrichtung  | Voraussetzung                                                                    |
| ------------ | -------------------------------------------------------------------------------- |
| **TV-Dock**  | Das 15-V-Netzteil muss angeschlossen sein, sonst schaltet sich der Zen nicht ein |
| **Handheld** | Ein USB-C-OTG-Adapter ist erforderlich                                           |

{% hint style="warning" %}
Dein Controller lädt möglicherweise nicht, während er über den Zen verbunden ist. Stelle sicher, dass er vollständig aufgeladen ist oder frische Batterien hat, um Verbindungsabbrüche zu vermeiden.
{% endhint %}

***

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

Nicht-Nintendo®-USB-Controller werden an den Zen angeschlossen **A3** Anschluss.

{% hint style="info" %}
Im Gegensatz zu anderen Konsolen tut die Nintendo Switch® **nicht** einen Authentifizierungs-Controller in **A1**.
{% endhint %}

| Controller           | Verbindung                                                   |
| -------------------- | ------------------------------------------------------------ |
| **Nintendo Switch®** | Bluetooth® — halte die **SYNC** Taste für den Kopplungsmodus |
| **DualShock®4**      | Bluetooth® — halte **SHARE** + **PS** für den Kopplungsmodus |
| **DualSense™**       | Nur USB — keine Bluetooth®-Unterstützung                     |
| **Xbox®**            | USB oder kabellos mit dem Xbox® Wireless Adapter             |
| **Astro® C40**       | Adapter in **A3**                                            |

Vollständige Kopplungsverfahren: [Kabellos](/zen-de/schnellstart-und-downloads/schritt-3-controller-kompatibilitat/drahtlos.md)

***

### <i class="fa-headset">:headset:</i> Headset-Unterstützung <a href="#headsets" id="headsets"></a>

Die Joy-Con- und Wireless Pro-Controller haben keinen kabelgebundenen Headset-Anschluss. Wenn die Switch® angedockt ist, ermöglicht der Cronus Zen™ stattdessen kabelgebundene Headset-Unterstützung über einen DualSense™, DualShock®4 oder Xbox®-Controller.

Verbinde den Controller mit **A3**.

| Controller                 |                   TODO                   |                   TODO                   |
| -------------------------- | :--------------------------------------: | :--------------------------------------: |
| DualShock®4 v1 (CUH-ZCT1X) | <mark style="color:rot;">**Nein**</mark> | <mark style="color:rot;">**Nein**</mark> |
| DualShock®4 v2 (CUH-ZCT2X) |  <mark style="color:grün;">**Ja**</mark> |  <mark style="color:grün;">**Ja**</mark> |
| DualSense™                 |  <mark style="color:grün;">**Ja**</mark> | <mark style="color:rot;">**Nein**</mark> |
| Xbox Series X\|S®          |  <mark style="color:grün;">**Ja**</mark> | <mark style="color:rot;">**Nein**</mark> |
| Xbox® One                  |  <mark style="color:grün;">**Ja**</mark> | <mark style="color:rot;">**Nein**</mark> |

***

### <i class="fa-circle-check">:circle-check:</i> Überprüfe die Verbindung <a href="#check" id="check"></a>

Öffne **Controller** im Switch®-Menü und achte auf das Symbol.

* **USB angezeigt** — die Switch® ist korrekt mit dem Zen synchronisiert
* **USB nicht angezeigt** — tippe auf die Reset-Taste des Zen, um erneut zu synchronisieren

<figure><img src="/files/309ddf210f65c73aa777b1e37c7d502ae7af0319" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/025c3141624d3b6dd59d1c72f05f7ec778bc4e87" 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-de/unterstutzte-gerate/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.
