summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/keymap.py
Commit message (Expand)AuthorAgeFilesLines
* fix list_keymaps for python 3.5skullY2020-02-151-2/+2
* Pathlib-ify qmk.keymap.list_keymaps()Erovia2020-02-151-9/+10
* Fix commandline parsing and flake8 findings, rebaseErovia2020-02-151-2/+1
* Major rework, no regex/globbing, more walkingErovia2020-02-151-36/+16
* Fix merging community and base keymapsErovia2020-02-151-1/+1
* Return only the unique keymapsErovia2020-02-151-6/+5
* Another major refactoring, add documentationErovia2020-02-151-0/+59
* Add flake8 to our test suite and fix all errors (#7379)skullydazed2019-11-201-4/+0
* Fix compiling json files. (#6340)skullydazed2019-07-151-1/+1
* QMK CLI and JSON keymap support (#6176)skullydazed2019-07-151-0/+100