You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a compile_json job to replace compile_firmware. (#67)
* switch to qmk list-keyboards
* add a compile_json job that will replace compile_firmware
* fix the qmk list-keyboards parsing
* Add a skeleton for keymap.json
KEYMAP_DOCUMENTATION=""""This file is a QMK Configurator export. You can import this at <https://config.qmk.fm>. It can also be used directly with QMK's source code.
35
+
36
+
To setup your QMK environment check out the tutorial: <https://docs.qmk.fm/#/newbs>
37
+
38
+
You can convert this file to a keymap.c using this command: `qmk json2c {keymap}`
39
+
40
+
You can compile this keymap using this command: `qmk compile {keymap}`"
'documentation': 'This file is a configurator export. You can compile it directly inside QMK using the command `bin/qmk compile %s`'% (keymap_json_file,)
0 commit comments