> 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/maus-and-tastatur/verbinden-and-konfigurieren.md).

# Verbinden & Konfigurieren

Lass deine Maus und Tastatur mit dem Cronus Zen™ funktionieren.

{% hint style="warning" %}
Sobald deine Maus und Tastatur mit dem Cronus Zen™ verbunden sind, verhalten sie sich wie ein Controller. Du kannst sie dann nicht mehr an deinem PC verwenden, es sei denn, du stellst sie manuell zurück.

Plane für eine **zweites Set** von Maus und Tastatur, oder einen **per USB betriebenen MK Switch** um zwischen PC und Zen umzuschalten.
{% endhint %}

{% stepper %}
{% step %}

#### Skripte deaktivieren

Bevor du etwas anschließt, drücke die rechte blaue **Speicherplatz** Taste am Cronus Zen™ und wechsle durch, bis das Collective Minds-Logo auf dem OLED-Bildschirm erscheint.

Das bedeutet, dass keine GamePacks oder Skripte aktiv sind.
{% endstep %}

{% step %}

#### Verbinde deine Geräte

| Port          | Gerät              |
| ------------- | ------------------ |
| **A1**        | Controller         |
| **A2**        | Tastatur           |
| **A3**        | Maus               |
| **PROG USB**  | Kabel zu deinem PC |
| {% endstep %} |                    |

{% step %}

#### Geräteerkennung prüfen

Öffne Zen Studio auf deinem PC und gehe zum **Gerät** Tab und schaue unter **Verbundene Geräte**. Deine Maus und Tastatur sollten dort erscheinen.

{% hint style="info" %}
Ein Gerät, das mit einem Fragezeichen angezeigt wird, funktioniert trotzdem — das bedeutet nur, dass Zen Studio kein Symbol für dieses Modell hat.
{% endhint %}
{% endstep %}

{% step %}

#### Teste die Eingabe

Öffne in Zen Studio **Werkzeuge → Gerätemonitor**.

| Test                      | Was du sehen solltest                                                                      |
| ------------------------- | ------------------------------------------------------------------------------------------ |
| Bewege die Maus           | **RX / RY** Werte ändern sich — deine Maus wird als Bewegung des rechten Sticks gelesen    |
| Drücken Sie **W A S D**   | **LX / LY** Werte ändern sich — deine Tastatur wird als Bewegung des linken Sticks gelesen |
| Drücken Sie **Leertaste** | Bestätigt, dass zusätzliche Zuordnungen funktionieren                                      |
| {% 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/zen-de/maus-and-tastatur/verbinden-and-konfigurieren.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.
