# Customizing Guide

The common things that you want to do, without going as far has hacking Venabili's code, is define your own key layers and macros.

Changing what the keyboard does is quick and simple, you won't even need to unplug it, and making small incremental tweaks every time you think of a way to make your typing a little bit faster and/or comfortable is highly encouraged!

The process goes like so:

* Edit the `venabili.c` with your own layers and macros
* Recompile the firmware
* Enter flash mode
* Flash the new firmware


---

# 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.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.
