index
:
qmk.git
jworthe-oryx
master
Open-source keyboard firmware for Atmel AVR and Arm USB families. Fork of https://github.com/qmk/qmk_firmware
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
python
/
qmk
/
cli
/
flash.py
Age
Commit message (
Expand
)
Author
2021-10-15
Enable CLI flashing via mdloader (#14729)
Joel Challis
2021-08-18
`--parallel` improvements (#13800)
ruro
2021-05-19
Align our subprocess usage with current best practices. (#12940)
Zach White
2021-04-14
Add support for tab completion (#12411)
Zach White
2021-03-24
Add support for qmk_configurator style aliases (#11954)
Zach White
2021-02-07
Allow flash/compile to accept relative json paths (#11767)
Joel Challis
2021-02-01
CLI: Fix json flashing (#11765)
Erovia
2021-01-16
Improve the compile and flash subcommands (#11334)
Zach White
2021-01-02
Return the make exit code for qmk compile and flash (#11402)
Zach White
2020-08-29
Add `st-flash` flash target (#9964)
Sergey Vlasov
2020-03-13
Add decorators for determining keyboard and keymap based on current directory...
skullydazed
2020-02-17
Use pathlib everywhere we can (#7872)
skullydazed
2020-02-08
Update the flash cli command to use the user config (#8125)
Erovia
2019-12-08
Also fix flash
Zach White
2019-11-20
Add flake8 to our test suite and fix all errors (#7379)
skullydazed
2019-11-16
format code according to conventions [skip ci]
QMK Bot
2019-11-15
Add CLI command for flashing a keyboard
jorgemanzo