Skip to content

Instantly share code, notes, and snippets.

@joeyv120
Created November 30, 2021 20:14
Show Gist options
  • Save joeyv120/a24fdfd9836b9015219a9f5eb57e7e87 to your computer and use it in GitHub Desktop.
Save joeyv120/a24fdfd9836b9015219a9f5eb57e7e87 to your computer and use it in GitHub Desktop.
QMK commands for converting between json and c keymap files
qmk json2c2 C:/Users/[USERSAME]/qmk_firmware/keyboards/JNAO/keymaps/JoeNAO/keymap.json
qmk c2json -km joeyv120 -kb keebio/iris/rev4 C:/Users/[USERSAME]/qmk_firmware/keyboards/keebio/iris/keymaps/joeyv120/keymap.c
qmk c2json -km JoeNAO -kb jnao C:/Users/[USERSAME]/qmk_firmware/keyboards/JNAO/keymaps/JoeNAO/keymap.c --no-cpp
@Sergey371
Copy link

Typo json2c2, necessary json2c.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment