# Source

Our GitHub can be found at the following [link](https://github.com/MechboardsLTD), feel free to browse around and if you'd like to know some more information about a branch/repo please  join our [Discord](https://www.discord.gg/mbuk).

{% hint style="info" %}
Not sure how to flash? Make sure to check out the [RP2040 (Wired) Flashing Guide](/guides/other-guides/controller-flashing-guide-rp2040-wired.md) and the [nRF52480 (Wireless) Flashing Guide](/guides/other-guides/controller-flashing-guide-nrf52840-wireless.md)
{% endhint %}

## Corne / Crkbd (Kit Only)

{% tabs %}
{% tab title="QMK" %}
<https://github.com/qmk/qmk_firmware/tree/master/keyboards/mechboards/crkbd/pro>
{% endtab %}

{% tab title="VIA" %}
<https://github.com/the-via/qmk_userspace_via/tree/main/keyboards/mechboards/crkbd/pro/keymaps/via>
{% endtab %}

{% tab title="VIAL" %}
<https://github.com/MechboardsLTD/vial-qmk/tree/refresh/keyboards/mechboards/crkbd/pro>
{% endtab %}

{% tab title="ZMK - Wireless" %}
<https://github.com/MechboardsLTD/zmk-config/tree/refresh_mips>
{% endtab %}
{% endtabs %}

## Corne Max / R2G V3 (Colour display)

{% tabs %}
{% tab title="QMK" %}
<https://github.com/MechboardsLTD/qmk_firmware/tree/corne_max/keyboards/mechboards/crkbd/rp2g>
{% endtab %}

{% tab title="VIA" %}
<https://github.com/MechboardsLTD/qmk_firmware/tree/corne_max/keyboards/mechboards/crkbd/rp2g/keymaps/via>
{% endtab %}

{% tab title="VIAL" %}
<https://github.com/MechboardsLTD/vial-qmk/tree/max/keyboards/mechboards/crkbd/rp2g>
{% endtab %}
{% endtabs %}

## Sofle V2 (Kit Only)

{% tabs %}
{% tab title="QMK" %}
<https://github.com/qmk/qmk_firmware/tree/master/keyboards/mechboards/sofle/pro>
{% endtab %}

{% tab title="VIA" %}
<https://github.com/the-via/qmk_userspace_via/tree/main/keyboards/mechboards/sofle/pro/keymaps/via>
{% endtab %}

{% tab title="VIAL" %}
<https://github.com/MechboardsLTD/vial-qmk/tree/refresh/keyboards/mechboards/sofle/pro>
{% endtab %}

{% tab title="ZMK - Wireless" %}
<https://github.com/MechboardsLTD/zmk-config/tree/refresh_mips>
{% endtab %}
{% endtabs %}

## Lily58 (Kit Only)

{% tabs %}
{% tab title="QMK" %}
<https://github.com/qmk/qmk_firmware/tree/master/keyboards/mechboards/lily58/pro>
{% endtab %}

{% tab title="VIA" %}
<https://github.com/the-via/qmk_userspace_via/tree/main/keyboards/mechboards/lily58/pro/keymaps/via>
{% endtab %}

{% tab title="VIAL" %}
<https://github.com/MechboardsLTD/vial-qmk/tree/refresh/keyboards/mechboards/lily58/pro>
{% endtab %}

{% tab title="ZMK - Wireless" %}
<https://github.com/MechboardsLTD/zmk-config/tree/refresh_mips>
{% endtab %}
{% endtabs %}


---

# Agent Instructions: 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:

```
GET https://guides-mechboards.gitbook.io/guides/firmware/source.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
