summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/kle2json.py
AgeCommit message (Expand)AuthorFilesLines
2021-07-29Remove references to info.json `width` and `height` in CLI (#13728)Ryan1-2/+0
2021-04-14Add support for tab completion (#12411)Zach White1-1/+2
2021-03-25Add a `qmk format-json` command that will format JSON files (#12372)Zach White1-1/+1
2021-02-27Fix develop (#12039)Zach White1-1/+1
2020-12-30Configure keyboard matrix from info.json (#10817)Zach White1-33/+18
2020-10-06CLI: update subcommands to use return instead of exit() (#10323)Ryan1-3/+3
2020-04-26kle2json: fix invocation errorKeenan Brock1-1/+1
2020-04-18Move everything to Python 3.6 (#8835)skullydazed1-4/+4
2020-04-08Don't hide for devs...Erovia1-1/+1
2020-04-08Rebase on master, hide some other subcommandsErovia1-1/+1
2019-11-20Add flake8 to our test suite and fix all errors (#7379)skullydazed1-3/+1
2019-11-13format code according to conventions [skip ci]QMK Bot1-6/+4
2019-11-12Add cli convert subcommand, from raw KLE to JSON (#6898)Cody Bender1-0/+79