logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: c3b06efb1db348cf2fccdcaef098d4e062589e91
parent a69bf7af04fd6ada0a2bb17cc7a80378ea502235
Author: QMK Bot <hello@qmk.fm>
Date:   Tue,  7 May 2024 11:52:16 +0000

Merge remote-tracking branch 'origin/master' into develop

Diffstat:

Mdocs/cli_commands.md12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/docs/cli_commands.md b/docs/cli_commands.md @@ -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.