add example for c2json command (#23061)

This commit is contained in:
Alexandr 2024-05-07 14:51:46 +03:00 committed by GitHub
parent 69640365f8
commit 16557f9975
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -322,6 +322,18 @@ Creates a keymap.json from a keymap.c.
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`
Checks over a keyboard and/or keymap and highlights common errors, problems, and anti-patterns.