Created
November 30, 2021 20:14
-
-
Save joeyv120/a24fdfd9836b9015219a9f5eb57e7e87 to your computer and use it in GitHub Desktop.
QMK commands for converting between json and c keymap files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Typo
json2c2
, necessaryjson2c
.