> 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-it/mouse-e-tastiera/connetti-e-configura.md).

# Connetti e configura

Fai funzionare il mouse e la tastiera con Cronus Zen™.

{% hint style="warning" %}
Una volta che il mouse e la tastiera sono collegati a Cronus Zen™, funzionano come un controller. Non potrai più usarli sul PC a meno che non li riporti manualmente alla modalità precedente.

Prevedi un **secondo set** di mouse e tastiera, oppure un **MK Switch alimentato via USB** per passare da PC a Zen.
{% endhint %}

{% stepper %}
{% step %}

#### Disattiva gli script

Prima di collegare qualsiasi cosa, premi il pulsante blu destro **Slot di memoria** sul Cronus Zen™ e scorri finché il logo Collective Minds appare sullo schermo OLED.

Ciò significa che non sono attivi GamePack o script.
{% endstep %}

{% step %}

#### Collega i tuoi dispositivi

| Porta         | Dispositivo    |
| ------------- | -------------- |
| **A1**        | Controller     |
| **A2**        | Tastiera       |
| **A3**        | Mouse          |
| **PROG USB**  | Cavo al tuo PC |
| {% endstep %} |                |

{% step %}

#### Verifica il rilevamento dei dispositivi

Apri Zen Studio sul tuo PC, vai alla **Dispositivo** scheda e guarda sotto **Dispositivi connessi**. Il mouse e la tastiera dovrebbero apparire.

{% hint style="info" %}
Un dispositivo mostrato con un punto interrogativo funziona comunque: significa solo che Zen Studio non ha un'icona per quel modello.
{% endhint %}
{% endstep %}

{% step %}

#### Testa l'input

In Zen Studio, apri **Strumenti → Monitor dispositivo**.

| Test              | Cosa dovresti vedere                                                                        |
| ----------------- | ------------------------------------------------------------------------------------------- |
| Muovi il mouse    | **RX / RY** i valori cambiano — il mouse viene letto come movimento dello stick destro      |
| Premi **W A S D** | **LX / LY** i valori cambiano — la tastiera viene letta come movimento dello stick sinistro |
| Premi **Spazio**  | Conferma che le mappature aggiuntive funzionano                                             |
| {% 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-it/mouse-e-tastiera/connetti-e-configura.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.
