Browse Source

add a note about additional layouts

kle2json_hyper
Zach White 3 years ago
parent
commit
df85940a47
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      docs/kle2json_guide.md

+ 4
- 0
docs/kle2json_guide.md View File

@ -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…
Cancel
Save