> For the complete documentation index, see [llms.txt](https://docs.beekeeb.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.beekeeb.com/build-guide/elephant42-keyboard-photo-build-log/elephant42-qmk-firmware-with-via.md).

# elephant42 QMK Firmware with VIA

## Firmware Download

The firmware can be downloaded at <https://github.com/illness072/elephant42-firmware/releases>

or from the following links.

## elephant42 default QMK Firmware

{% file src="/files/6HvwcIUZfbauJ7MngyGU" %}

Flash the `elephant42_default.hex` file with QMK Toolbox. The firmware includes OLED display support by default. The default RGB LEDs are red in color.

## elephant42 QMK Firmware with VIA

{% file src="/files/3L5BTZ4vKZNjkIKQPZxa" %}

{% file src="/files/FwH4n1gWCYzK0EW0yGlN" %}
Recompiled with the latest updates on 2022-07-18
{% endfile %}

{% file src="/files/JhsuwxD1fQNRCht8t2kQ" %}

Flash the `elephant42_via.hex` file with QMK Toolbox. The firmware does not include OLED display support because the firmware size with elephant animation is too big.

### Configure the VIA Software on the Host Computer

The elephant42 is not included in the official VIA repo. So, after connecting the keyboard to the computer, it still shows "Searching for devices...".

![Searching for devices in VIA](/files/Q9HY7WX1EIfCCyKBd5fQ)

To fix this, switch to the Settings tab and enable \`Show Design Tab\`.

![](/files/La3gEz6Dl7pjSxwGUwSm)

In the "Design" tab, select "Load", and choose `via.json` downloaded from <https://github.com/illness072/elephant42-firmware>

![](/files/NPmmiFhlByWTn22Qe7GT)

After that, the keyboard can be configured with VIA.

![](/files/RWBmK9Nzp0DOeGElqRTP)


---

# 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://docs.beekeeb.com/build-guide/elephant42-keyboard-photo-build-log/elephant42-qmk-firmware-with-via.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.
