summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/flash.py
Commit message (Expand)AuthorAgeFilesLines
* Add `st-flash` flash target (#9964)Sergey Vlasov2020-08-291-0/+1
* Add decorators for determining keyboard and keymap based on current directory...skullydazed2020-03-131-17/+30
* Use pathlib everywhere we can (#7872)skullydazed2020-02-171-21/+13
* Update the flash cli command to use the user config (#8125)Erovia2020-02-081-2/+2
* Also fix flashZach White2019-12-081-2/+3
* Add flake8 to our test suite and fix all errors (#7379)skullydazed2019-11-201-8/+2
* format code according to conventions [skip ci]QMK Bot2019-11-161-1/+2
* Add CLI command for flashing a keyboardjorgemanzo2019-11-151-0/+87