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
/
tests
Age
Commit message (
Expand
)
Author
2021-01-12
Brute force update CLI tools
Drashna Jael're
2021-01-12
CLI: Udev related fixes and improvements (#10736)
Erovia
2021-01-12
CLI: Add `qmk clean` (#10785)
Ryan
2021-01-12
`qmk info`: Add `--ascii` flag (#10793)
Ryan
2021-01-12
[CLI] Add c2json (#8817)
Erovia
2021-01-12
CLI: update subcommands to use return instead of exit() (#10323)
Ryan
2020-08-08
Parse version better in `qmk doctor` GCC version checks (#9324)
Ryan
2020-08-08
[CLI] Add a subcommand for getting information about a keyboard (#8666)
Zach White
2020-08-08
CLI: fix `json2c` subcommand and add/fix tests (#9206)
Erovia
2020-06-12
Adding unit tests for list-keymaps command (#7711)
codecoffeecode
2020-06-12
CLI: More MSYS2 fixes (#8577)
Erovia
2020-03-26
New functionality for cformat (#7893)
Akaash Suresh
2020-03-26
Use pathlib everywhere we can (#7872)
skullydazed
2020-03-26
CLI: add support for list_keymaps
Erovia
2020-02-26
CI: Add workflow for CLI testing (#7357)
Joel Challis
2020-01-09
Add pep8-naming to our python linting
skullY
2020-01-09
format code according to conventions [skip ci]
QMK Bot
2020-01-09
Add CLI command for flashing a keyboard
jorgemanzo
2020-01-09
format code according to conventions [skip ci]
QMK Bot
2020-01-09
Add cli convert subcommand, from raw KLE to JSON (#6898)
Cody Bender
2020-01-09
Small CLI cleanups
skullY
2019-11-04
MILC: Use dashes instead of underscores for subcommands
Erovia
2019-11-04
[CLI] Add `qmk list_keyboards` (#6927)
Dan McClain
2019-11-04
Configuration system for CLI (#6708)
skullydazed
2019-09-26
run yapf on the code
skullY
2019-09-26
Setup a python test framework
skullY