> For the complete documentation index, see [llms.txt](https://guides-mechboards.gitbook.io/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides-mechboards.gitbook.io/guides/getting-started/corne-min.md).

# Corne Min

Your keyboard is ready to go! You can use it straight away.

### Connecting (Wireless)

* Turn the keyboard on by moving the power switches to the on position.&#x20;
* Find "Corne Min" in your Bluetooth devices.

### Connecting (Wired)

* Turn the keyboard on by moving the power switches to the on position.&#x20;
* Plug the left half into your device. The right half will still pair wirelessly to the left.

{% hint style="warning" %}
The right half battery will drain significantly slower.&#x20;
{% endhint %}

## Layout & Layers

<figure><img src="/files/a4sErIh0l2EsNK5HkAkZ" alt=""><figcaption></figcaption></figure>

## RGB LED Guide

**On boot/turn on**&#x20;

A short blink in either :red\_circle: / :yellow\_circle: / :green\_circle: indicates current battery state. Red being low. It'll also blink ![🔴](https://discord.com/assets/75d49373b7b7ee6f.svg) when the battery is critically low and changes value.&#x20;

**After battery check**&#x20;

It'll blink :blue\_circle: for bluetooth connected, :yellow\_circle: for advertising, :red\_circle: for disconnected.&#x20;

**USB Connected**&#x20;

It'll show :red\_circle: when charging the battery and :green\_circle: when fully charged.

## Changing Keymap

The Corne Min is flashed with a ZMK firmware so you can use ZMK Studio to change the layout.&#x20;

{% content-ref url="/pages/wYXj4ulFP6PskX3rAOwi" %}
[Using ZMK Studio](/guides/other-guides/using-zmk-studio.md)
{% endcontent-ref %}

## Build Guide

{% content-ref url="/pages/VC62qfOllZwiRGzbsWnM" %}
[Corne Min](/guides/mbuk-build-guides/corne-min.md)
{% endcontent-ref %}


---

# 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://guides-mechboards.gitbook.io/guides/getting-started/corne-min.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.
