diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2019-07-15 12:14:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-15 12:14:27 -0700 |
commit | a25dd58bc56b0c4010673723ac44eaff914979bb (patch) | |
tree | e4c08289df1b72db4ef8447ab7fdc13f604cffac /docs/_summary.md | |
parent | 7ba82cb5b751d69dda6cc77ec8877c89defad3e4 (diff) | |
download | qmk_firmware-a25dd58bc56b0c4010673723ac44eaff914979bb.tar.gz qmk_firmware-a25dd58bc56b0c4010673723ac44eaff914979bb.zip |
QMK CLI and JSON keymap support (#6176)
* Script to generate keymap.c from JSON file.
* Support for keymap.json
* Add a warning about the keymap.c getting overwritten.
* Fix keymap generating
* Install the python deps
* Flesh out more of the python environment
* Remove defunct json2keymap
* Style everything with yapf
* Polish up python support
* Hide json keymap.c into the .build dir
* Polish up qmk-compile-json
* Make milc work with positional arguments
* Fix a couple small things
* Fix some errors and make the CLI more understandable
* Make the qmk wrapper more robust
* Add basic QMK Doctor
* Clean up docstrings and flesh them out as needed
* remove unused compile_firmware() function
Diffstat (limited to 'docs/_summary.md')
-rw-r--r-- | docs/_summary.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index 8a40ccd7f..611c283ac 100644 --- a/docs/_summary.md +++ b/docs/_summary.md | |||
@@ -8,6 +8,7 @@ | |||
8 | 8 | ||
9 | * [QMK Basics](README.md) | 9 | * [QMK Basics](README.md) |
10 | * [QMK Introduction](getting_started_introduction.md) | 10 | * [QMK Introduction](getting_started_introduction.md) |
11 | * [QMK CLI](cli.md) | ||
11 | * [Contributing to QMK](contributing.md) | 12 | * [Contributing to QMK](contributing.md) |
12 | * [How to Use Github](getting_started_github.md) | 13 | * [How to Use Github](getting_started_github.md) |
13 | * [Getting Help](getting_started_getting_help.md) | 14 | * [Getting Help](getting_started_getting_help.md) |
@@ -34,6 +35,8 @@ | |||
34 | * [Keyboard Guidelines](hardware_keyboard_guidelines.md) | 35 | * [Keyboard Guidelines](hardware_keyboard_guidelines.md) |
35 | * [Config Options](config_options.md) | 36 | * [Config Options](config_options.md) |
36 | * [Keycodes](keycodes.md) | 37 | * [Keycodes](keycodes.md) |
38 | * [Coding Conventions - C](coding_conventions_c.md) | ||
39 | * [Coding Conventions - Python](coding_conventions_python.md) | ||
37 | * [Documentation Best Practices](documentation_best_practices.md) | 40 | * [Documentation Best Practices](documentation_best_practices.md) |
38 | * [Documentation Templates](documentation_templates.md) | 41 | * [Documentation Templates](documentation_templates.md) |
39 | * [Glossary](reference_glossary.md) | 42 | * [Glossary](reference_glossary.md) |
@@ -41,6 +44,7 @@ | |||
41 | * [Useful Functions](ref_functions.md) | 44 | * [Useful Functions](ref_functions.md) |
42 | * [Configurator Support](reference_configurator_support.md) | 45 | * [Configurator Support](reference_configurator_support.md) |
43 | * [info.json Format](reference_info_json.md) | 46 | * [info.json Format](reference_info_json.md) |
47 | * [Python Development](python_development.md) | ||
44 | 48 | ||
45 | * [Features](features.md) | 49 | * [Features](features.md) |
46 | * [Basic Keycodes](keycodes_basic.md) | 50 | * [Basic Keycodes](keycodes_basic.md) |