summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/kle2json.py
Commit message (Expand)AuthorAgeFilesLines
* Remove references to info.json `width` and `height` in CLI (#13728)Ryan2021-07-291-2/+0
* Add support for tab completion (#12411)Zach White2021-04-141-1/+2
* Add a `qmk format-json` command that will format JSON files (#12372)Zach White2021-03-251-1/+1
* Fix develop (#12039)Zach White2021-02-271-1/+1
* Configure keyboard matrix from info.json (#10817)Zach White2020-12-301-33/+18
* CLI: update subcommands to use return instead of exit() (#10323)Ryan2020-10-061-3/+3
* kle2json: fix invocation errorKeenan Brock2020-04-261-1/+1
* Move everything to Python 3.6 (#8835)skullydazed2020-04-181-4/+4
* Don't hide for devs...Erovia2020-04-081-1/+1
* Rebase on master, hide some other subcommandsErovia2020-04-081-1/+1
* Add flake8 to our test suite and fix all errors (#7379)skullydazed2019-11-201-3/+1
* format code according to conventions [skip ci]QMK Bot2019-11-131-6/+4
* Add cli convert subcommand, from raw KLE to JSON (#6898)Cody Bender2019-11-121-0/+79