> 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/raton-y-teclado/conectar-y-configurar.md).

# Conectar y configurar

Haz que tu ratón y tu teclado funcionen con el Cronus Zen™.

{% hint style="warning" %}
Una vez que tu ratón y tu teclado estén conectados al Cronus Zen™, actúan como un mando. Ya no podrás usarlos en tu PC a menos que los vuelvas a cambiar manualmente.

Ten previsto un **segundo conjunto** de ratón y teclado, o un **conmutador MK alimentado por USB** para alternar entre el PC y Zen.
{% endhint %}

{% stepper %}
{% step %}

#### Desactiva los scripts

Antes de conectar nada, pulsa el botón azul derecho **Ranura de memoria** del Cronus Zen™ y ve cambiando hasta que aparezca el logotipo de Collective Minds en la pantalla OLED.

Eso significa que no hay GamePacks ni scripts activos.
{% endstep %}

{% step %}

#### Conecta tus dispositivos

| Puerto        | Dispositivo   |
| ------------- | ------------- |
| **A1**        | Mando         |
| **A2**        | Teclado       |
| **A3**        | Ratón         |
| **PROG USB**  | Cable a tu PC |
| {% endstep %} |               |

{% step %}

#### Comprueba la detección del dispositivo

Abre Zen Studio en tu PC, ve a la **Dispositivo** pestaña y busca en **Dispositivos conectados**. Tu ratón y teclado deberían aparecer.

{% hint style="info" %}
Un dispositivo mostrado con un signo de interrogación sigue funcionando — solo significa que Zen Studio no tiene un icono para ese modelo.
{% endhint %}
{% endstep %}

{% step %}

#### Prueba la entrada

En Zen Studio, abre **Herramientas → Monitor de dispositivos**.

| Prueba            | Lo que deberías ver                                                                            |
| ----------------- | ---------------------------------------------------------------------------------------------- |
| Mueve el ratón    | **RX / RY** los valores cambian — tu ratón se interpreta como movimiento del stick derecho     |
| Pulsa **W A S D** | **LX / LY** los valores cambian — tu teclado se interpreta como movimiento del stick izquierdo |
| Pulsa **Espacio** | Confirma que las asignaciones adicionales funcionan                                            |
| {% 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-es/raton-y-teclado/conectar-y-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.
