summaryrefslogtreecommitdiff
path: root/lib/python/qmk/keymap.py
AgeCommit message (Expand)AuthorFilesLines
2020-10-25Generate api data on each push (#10609)Zach White1-66/+153
2020-10-09CLI: Fix stripping of `ANY` from Configurator exports (#10585)Erovia1-0/+2
2020-10-06[CLI] Add c2json (#8817)Erovia1-29/+251
2020-05-26Fix the path for generated keymaps (#9213)Zach White1-1/+5
2020-05-26Fix compiling json files (#9210)Zach White1-3/+3
2020-05-26[CLI] Add a subcommand for getting information about a keyboard (#8666)Zach White1-14/+61
2020-04-18Move everything to Python 3.6 (#8835)skullydazed1-3/+2
2020-04-07Correctly handle json keymaps with ANY()skullY1-1/+13
2020-02-17Use pathlib everywhere we can (#7872)skullydazed1-12/+6
2020-02-15fix list_keymaps for python 3.5skullY1-2/+2
2020-02-15Pathlib-ify qmk.keymap.list_keymaps()Erovia1-9/+10
2020-02-15Fix commandline parsing and flake8 findings, rebaseErovia1-2/+1
2020-02-15Major rework, no regex/globbing, more walkingErovia1-36/+16
2020-02-15Fix merging community and base keymapsErovia1-1/+1
2020-02-15Return only the unique keymapsErovia1-6/+5
2020-02-15Another major refactoring, add documentationErovia1-0/+59
2019-11-20Add flake8 to our test suite and fix all errors (#7379)skullydazed1-4/+0
2019-07-15Fix compiling json files. (#6340)skullydazed1-1/+1
2019-07-15QMK CLI and JSON keymap support (#6176)skullydazed1-0/+100