summaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Expand)Author
2020-03-13Add decorators for determining keyboard and keymap based on current directory...0.8.36skullydazed
2020-03-12use qmk.path.normpath to locate the output file.0.8.31skullY
2020-03-10Rename qmk json-keymap to qmk json2c (#8372)0.8.27skullydazed
2020-03-08Add gcc version detection to qmk doctor (#8338)0.8.22skullydazed
2020-02-26Fixed OS detection such that OSX doesn't take over the world (#8248)0.7.172Mikkel Jeppesen
2020-02-22New functionality for cformat (#7893)0.7.165Akaash Suresh
2020-02-17Use pathlib everywhere we can (#7872)0.7.156skullydazed
2020-02-17Fix os detection in OSX python 3.8 (#8187)0.7.155Mikkel Jeppesen
2020-02-15fix list_keymaps for python 3.50.7.153skullY
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)0.7.148Mikkel Jeppesen
2020-02-08Update the flash cli command to use the user config (#8125)0.7.145Erovia
2020-02-08CI: Add workflow for CLI testing (#7357)0.7.143Joel Challis
2020-02-07Add QMK Compile Context Sensitivity (#6884)0.7.142Cody Bender
2020-02-03Improve the functionality of qmk.questions (#8020)0.7.138skullydazed
2020-02-02Fix cformat processing files within ignore folders (#8063)0.7.136Joel Challis
2020-01-28Qmk doctor os check to support newer msys2/w10 installations (#8031)0.7.128Mikkel Jeppesen
2020-01-24Beef up how `qmk doctor` works. (#7375)0.7.119skullydazed
2020-01-21Align cformat rules with current CI implementation (#7936)Joel Challis
2020-01-19Fix attribute heritance for long commands.0.7.112Erovia
2020-01-19Fix commandline arg merging, small improvementsErovia
2020-01-19MILC: Fix/complete attribute heritanceErovia
2020-01-11yapf and style0.7.108skullY
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 flash0.7.100Zach White
2019-12-08Fix compiling json filesZach White
2019-12-01Add pep8-naming to our python linting0.7.96skullY
2019-11-29Use os.chdir for `qmk docs` instead of a custom HTTP request handler (#7493)0.7.94fauxpark
2019-11-21MILC: Add support for hidden subcommands (#7034)0.7.85Erovia
2019-11-20Add flake8 to our test suite and fix all errors (#7379)0.7.83skullydazed
2019-11-18Improve a number of things about how MILC operates (#7344)0.7.80skullydazed
2019-11-16format code according to conventions [skip ci]0.7.79QMK Bot
2019-11-15Add CLI command for flashing a keyboardjorgemanzo