Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kle2info: trim down x and y output | Keenan Brock | 2020-04-26 | 1 | -2/+2 |
| | | | | | | | | | fixes quirks with float implementation. before: {"label":"Esc", "x":0.66, "y":1.45}, {"label":"!", "x":1.6600000000000001, "y":1.45} after: {"label":"Esc", "x":0.66, "y":1.45}, {"label":"!", "x":1.66, "y":1.45} | ||||
* | Add flake8 to our test suite and fix all errors (#7379) | skullydazed | 2019-11-20 | 1 | -1/+1 |
| | | | | | | * Add flake8 to our test suite and fix all errors * Add some documentation | ||||
* | format code according to conventions [skip ci] | QMK Bot | 2019-11-13 | 1 | -13/+4 |
| | |||||
* | Add cli convert subcommand, from raw KLE to JSON (#6898) | Cody Bender | 2019-11-12 | 1 | -0/+155 |
* 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 |