Skip to content

Add a hint about keys spanning multiple units #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/docs/porting-to-via.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ Complete the layout by filling the data for every key:

![](../img/kle-complete.png)

> Attention
> {: .label .label-yellow }
> Some keys may span the length of multiple physical keys, like the space bar.
> Please make sure to follow the template you used in this regard and adjust the numbering accordingly.

### Create layout options

For keyboards with multiple layout options, such as supporting ISO Enter or different bottom rows, you can configure additional layout options that will be displayed in the GUI and change how the keyboard is displayed to the user.
Expand Down