summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-02-292020 February 29 Breaking Changes Update (#8064)James Young
2020-02-26Fixed OS detection such that OSX doesn't take over the world (#8248)Mikkel Jeppesen
2020-02-22New functionality for cformat (#7893)Akaash Suresh
2020-02-17Use pathlib everywhere we can (#7872)skullydazed
2020-02-17Fix os detection in OSX python 3.8 (#8187)Mikkel Jeppesen
2020-02-15fix list_keymaps for python 3.5skullY
2020-02-15Pathlib-ify qmk.keymap.list_keymaps()Erovia
2020-02-15Code cleanup, use pathlib, use pytest keyboardErovia
2020-02-15Fix commandline parsing and flake8 findings, rebaseErovia
2020-02-15Major rework, no regex/globbing, more walkingErovia
2020-02-15Fix merging community and base keymapsErovia
2020-02-15Return only the unique keymapsErovia
2020-02-15Drop bs4 dependency, update docs, minor improvementsErovia
2020-02-15Fix regex for parsing rules.mk filesErovia
2020-02-15Add test for list_keymapsErovia
2020-02-15Another major refactoring, add documentationErovia
2020-02-15Fix output formatErovia
2020-02-15Try to figure out revision, drop -rv/--revision argumentErovia
2020-02-15Fix help message.Erovia
2020-02-15Get all buildable keymaps for each revisionErovia
2020-02-15Major update to work better with revisionsErovia
2020-02-15CLI: add support for list_keymapsErovia
2020-02-11use replace() over rename() to have cross-platform overwriting (#8148)Mikkel Jeppesen
2020-02-08Update the flash cli command to use the user config (#8125)Erovia
2020-02-08CI: Add workflow for CLI testing (#7357)Joel Challis
2020-02-07Add QMK Compile Context Sensitivity (#6884)Cody Bender
2020-02-03Improve the functionality of qmk.questions (#8020)skullydazed
2020-02-02Fix cformat processing files within ignore folders (#8063)Joel Challis
2020-01-28Qmk doctor os check to support newer msys2/w10 installations (#8031)Mikkel Jeppesen
2020-01-24Beef up how `qmk doctor` works. (#7375)skullydazed
2020-01-21Align cformat rules with current CI implementation (#7936)Joel Challis
2020-01-19Fix attribute heritance for long commands.Erovia
2020-01-19Fix commandline arg merging, small improvementsErovia
2020-01-19MILC: Fix/complete attribute heritanceErovia
2020-01-11yapf and styleskullY
2020-01-11Make the udev rules easier to read and manageErovia
2020-01-11Fix Pro Micro's and its bootloader's nameErovia
2020-01-11CLI: Rework ModemManager check and add udev checkErovia
2019-12-08Also fix flashZach White
2019-12-08Fix compiling json filesZach White
2019-12-01Add pep8-naming to our python lintingskullY
2019-11-29Use os.chdir for `qmk docs` instead of a custom HTTP request handler (#7493)fauxpark
2019-11-21MILC: Add support for hidden subcommands (#7034)Erovia
2019-11-20Add flake8 to our test suite and fix all errors (#7379)skullydazed
2019-11-18Improve a number of things about how MILC operates (#7344)skullydazed
2019-11-16format code according to conventions [skip ci]QMK Bot
2019-11-15Add CLI command for flashing a keyboardjorgemanzo
2019-11-13format code according to conventions [skip ci]QMK Bot
2019-11-12Add cli convert subcommand, from raw KLE to JSON (#6898)Cody Bender
2019-11-12Make generating keymap.c from JSON more reliableskullY