You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Cody Bender 7329c2d02d Add cli convert subcommand, from raw KLE to JSON (#6898)
* Add initial pass at KLE convert

* Add cli log on convert

* Move kle2xy, add absolute filepath arg support

* Add overwrite flag, and context sensitive conversion

* Update docs/cli.md

* Fix converter.py typo

* Add convert unit test

* Rename to kle2qmk

* Rename subcommand

* Rename subcommand to kle2json

* Change tests to cover rename

* Rename in __init__.py

* Update CLI docs with new subcommand name

* Fix from suggestions in PR #6898

* Help with cases of case sensitivity

* Update cli.md

* Use angle brackets to indicate required option

* Make the output text more accurate
6 years ago
..
json Make generating keymap.c from JSON more reliable 6 years ago
list Small CLI cleanups 6 years ago
new Use `keymap` instead of `username` variable for `qmk new_keymap` (#6885) 6 years ago
__init__.py Add cli convert subcommand, from raw KLE to JSON (#6898) 6 years ago
cformat.py Add support for newer versions of clang-format, if installed 6 years ago
compile.py Configuration system for CLI (#6708) 6 years ago
config.py Small CLI cleanups 6 years ago
docs.py [CLI] `qmk docs` graceful shutdown on Ctrl+C (#6989) 6 years ago
doctor.py When checking program returncodes treat both 0 and 1 as installed 6 years ago
hello.py Configuration system for CLI (#6708) 6 years ago
kle2json.py Add cli convert subcommand, from raw KLE to JSON (#6898) 6 years ago
pyformat.py Configuration system for CLI (#6708) 6 years ago
pytest.py Configuration system for CLI (#6708) 6 years ago