> 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-pt/mouse-e-teclado/conectar-e-configurar.md).

# Conectar e configurar

Faça seu mouse e teclado funcionarem com o Cronus Zen™.

{% hint style="warning" %}
Assim que seu mouse e teclado estiverem conectados ao Cronus Zen™, eles passam a funcionar como um controle. Você não poderá mais usá-los no seu PC, a menos que os reconecte manualmente.

Planeje um **segundo conjunto** de mouse e teclado, ou um **MK Switch alimentado por USB** para alternar entre o PC e o Zen.
{% endhint %}

{% stepper %}
{% step %}

#### Desative os scripts

Antes de conectar qualquer coisa, pressione o botão azul direito **Slot de Memória** no Cronus Zen™ e alterne até que o logotipo da Collective Minds apareça na tela OLED.

Isso significa que nenhum GamePack ou script está ativo.
{% endstep %}

{% step %}

#### Conecte seus dispositivos

| Porta         | Dispositivo        |
| ------------- | ------------------ |
| **A1**        | Controle           |
| **A2**        | Teclado            |
| **A3**        | Mouse              |
| **PROG USB**  | Cabo para o seu PC |
| {% endstep %} |                    |

{% step %}

#### Verifique a detecção do dispositivo

Abra o Zen Studio no seu PC, vá até a **Dispositivo** aba e procure em **Dispositivos Conectados**. Seu mouse e teclado devem aparecer.

{% hint style="info" %}
Um dispositivo exibido com um ponto de interrogação ainda funciona — isso apenas significa que o Zen Studio não tem um ícone para aquele modelo.
{% endhint %}
{% endstep %}

{% step %}

#### Teste a entrada

No Zen Studio, abra **Ferramentas → Monitor de Dispositivo**.

| Teste                 | O que você deve ver                                                                    |
| --------------------- | -------------------------------------------------------------------------------------- |
| Mova o mouse          | **RX / RY** os valores mudam — seu mouse é lido como movimento do analógico direito    |
| Pressione **W A S D** | **LX / LY** os valores mudam — seu teclado é lido como movimento do analógico esquerdo |
| Pressione **Espaço**  | Confirma que os mapeamentos adicionais estão funcionando                               |
| {% 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-pt/mouse-e-teclado/conectar-e-configurar.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.
