# Compiling & Flashing

When you're happy with your new `venabili.c`, compile it with:

```
$ cd src
$ make
```

Notice that some checks will run and let you know if you forgot to put some important keys in your layers.

If everything went right and no errors are displayed, you may now flash the new firmware into your keyboard. To do so, the keyboard needs to be in *flash mode* first, there are two ways:

1. Plug in the keyboard while pressing the top left key (the keyboard needs to

   be unplugged beforehand)
2. Use the *flash mode key* (`c_flash_mode`) if it's already declared in your

   layers (No need to unplug the keyboard)

Then flash the new firmware with:

```
$ cd src
$ make burn
```

When the process is finished your keyboard will be back online and ready to use.


---

# 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://docs.venabili.sillybytes.net/customizing/compiling_flashing.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.
