summaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Expand)AuthorFilesLines
2019-10-03Fix qmk doctor 'bytes-like object is required' on linuxAyman Bagabas1-1/+1
2019-09-22Configuration system for CLI (#6708)skullydazed15-80/+265
2019-09-10Created new_keymap.py, python version of new_keymap.sh (#6066)Kenny Hoang4-0/+44
2019-09-07Add a command to format python codeskullY1-0/+16
2019-09-07Make the modem manager check more pythonicskullY1-10/+26
2019-09-07run yapf on the codeskullY4-1/+5
2019-09-07Setup a python test frameworkskullY9-10/+92
2019-08-31readability enhancementsskullY1-0/+5
2019-08-31Add support for passing files at the command lineskullY1-9/+11
2019-08-31CLI command to format C codeskullY1-0/+27
2019-08-25Refactor `qmk compile-json` to `qmk compile` (#6592)skullydazed3-44/+53
2019-07-15Fix compiling json files. (#6340)skullydazed2-7/+7
2019-07-15QMK CLI and JSON keymap support (#6176)skullydazed11-0/+1012