mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
c3b06efb1d
@ -322,6 +322,18 @@ Creates a keymap.json from a keymap.c.
|
|||||||
qmk c2json -km KEYMAP -kb KEYBOARD [-q] [--no-cpp] [-o OUTPUT] filename
|
qmk c2json -km KEYMAP -kb KEYBOARD [-q] [--no-cpp] [-o OUTPUT] filename
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Examples**:
|
||||||
|
|
||||||
|
```
|
||||||
|
qmk c2json -km default -kb handwired/dactyl_promicro
|
||||||
|
```
|
||||||
|
|
||||||
|
or with filename:
|
||||||
|
|
||||||
|
```
|
||||||
|
qmk c2json keyboards/handwired/dactyl_promicro/keymaps/default/keymap.c
|
||||||
|
```
|
||||||
|
|
||||||
## `qmk lint`
|
## `qmk lint`
|
||||||
|
|
||||||
Checks over a keyboard and/or keymap and highlights common errors, problems, and anti-patterns.
|
Checks over a keyboard and/or keymap and highlights common errors, problems, and anti-patterns.
|
||||||
|
Loading…
Reference in New Issue
Block a user