forked from mirrors/qmk_firmware
add a note about additional layouts
This commit is contained in:
parent
cd1cfb7c36
commit
df85940a47
1 changed files with 4 additions and 0 deletions
|
@ -56,3 +56,7 @@ qmk kle2json -kb clueboard/60 -l LAYOUT_60_ansi 'http://www.keyboard-layout-edit
|
|||
```
|
||||
|
||||
It will fetch the KLE, generate a new `LAYOUT_60_ansi`, and either add a new layout or change the existing layout to match.
|
||||
|
||||
## Adding more layouts
|
||||
|
||||
At the current time QMK only supports the base layout. Layout Options are allowed for VIA compatibility purposes and will be implemented in QMK at a later date. For now we recommend you create a KLE for each layout you want to support in QMK and call `qmk kle2json` once per layout to set up the info.json.
|
||||
|
|
Loading…
Reference in a new issue