index
:
qmk_firmware
head
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
python
/
qmk
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove references to info.json `width` and `height` in CLI (#13728)
Ryan
2021-07-29
2
-4
/
+2
*
CLI/Docs: Fix the format commands' name (#13668)
Erovia
2021-07-23
1
-6
/
+6
*
CLI: Add subcommand to generate version.h (#13151)
Ryan
2021-06-27
1
-0
/
+6
*
Merge remote-tracking branch 'origin/master' into develop
Zach White
2021-05-19
1
-5
/
+4
|
\
|
*
Align our subprocess usage with current best practices. (#12940)
Zach White
2021-05-19
1
-5
/
+4
*
|
Use milc.subcommand.config instead of qmk.cli.config (#12915)
Zach White
2021-05-16
1
-6
/
+0
*
|
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2021-05-10
1
-3
/
+13
|
\
|
|
*
Improve our CI tests (#11476)
Zach White
2021-05-10
1
-3
/
+13
*
|
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2021-03-25
4
-6
/
+44
|
\
|
|
*
Add a `qmk format-json` command that will format JSON files (#12372)
Zach White
2021-03-25
4
-6
/
+44
*
|
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2021-03-24
1
-2
/
+2
|
\
|
|
*
Add support for qmk_configurator style aliases (#11954)
Zach White
2021-03-24
1
-2
/
+2
*
|
Begin the process of deprecating bin/qmk in favor of the global cli (#12109)
Zach White
2021-03-07
1
-2
/
+2
|
/
*
Fix develop (#12039)
Zach White
2021-02-27
1
-1
/
+1
*
Create a system to map between info.json and config.h/rules.mk (#11548)
Zach White
2021-01-31
1
-0
/
+29
*
Migrate python tests away from onekey (#11367)
Joel Challis
2021-01-05
4
-51
/
+57
*
[CLI] Add stdin support for json2c command (#11289)
LongerHV
2020-12-29
1
-1
/
+28
*
CLI-ify rgblight_breathing_table_calc.c (#11174)
Ryan
2020-12-16
1
-0
/
+7
*
Reduce travis load by replacing an exclusive grep with an inclusive grep (#10...
Zach White
2020-11-30
1
-1
/
+1
*
CLI: Udev related fixes and improvements (#10736)
Erovia
2020-11-16
1
-12
/
+12
*
CLI: Add `qmk clean` (#10785)
Ryan
2020-11-04
1
-0
/
+6
*
`qmk info`: Add `--ascii` flag (#10793)
Ryan
2020-11-02
1
-2
/
+15
*
Generate api data on each push (#10609)
Zach White
2020-10-25
1
-12
/
+12
*
[CLI] Add c2json (#8817)
Erovia
2020-10-06
2
-2
/
+40
*
CLI: update subcommands to use return instead of exit() (#10323)
Ryan
2020-10-06
2
-1
/
+4
*
Parse version better in `qmk doctor` GCC version checks (#9324)
Ryan
2020-06-18
1
-4
/
+4
*
[CLI] Add a subcommand for getting information about a keyboard (#8666)
Zach White
2020-05-26
1
-21
/
+83
*
CLI: fix `json2c` subcommand and add/fix tests (#9206)
Erovia
2020-05-26
2
-2
/
+8
*
Adding unit tests for list-keymaps command (#7711)
codecoffeecode
2020-05-16
1
-10
/
+26
*
CLI: More MSYS2 fixes (#8577)
Erovia
2020-03-29
1
-1
/
+2
*
New functionality for cformat (#7893)
Akaash Suresh
2020-02-22
1
-1
/
+2
*
Use pathlib everywhere we can (#7872)
skullydazed
2020-02-17
1
-2
/
+3
*
Code cleanup, use pathlib, use pytest keyboard
Erovia
2020-02-15
1
-2
/
+2
*
Fix commandline parsing and flake8 findings, rebase
Erovia
2020-02-15
1
-1
/
+8
*
Add test for list_keymaps
Erovia
2020-02-15
1
-0
/
+5
*
CI: Add workflow for CLI testing (#7357)
Joel Challis
2020-02-08
1
-1
/
+1
*
Add pep8-naming to our python linting
skullY
2019-12-01
1
-1
/
+1
*
format code according to conventions [skip ci]
QMK Bot
2019-11-16
1
-0
/
+2
*
Add CLI command for flashing a keyboard
jorgemanzo
2019-11-15
1
-0
/
+3
*
format code according to conventions [skip ci]
QMK Bot
2019-11-13
1
-0
/
+2
*
Add cli convert subcommand, from raw KLE to JSON (#6898)
Cody Bender
2019-11-12
2
-0
/
+7
*
Small CLI cleanups
skullY
2019-11-12
3
-3
/
+2
*
MILC: Use dashes instead of underscores for subcommands
Erovia
2019-10-23
1
-1
/
+1
*
[CLI] Add `qmk list_keyboards` (#6927)
Dan McClain
2019-10-07
1
-0
/
+8
*
Configuration system for CLI (#6708)
skullydazed
2019-09-22
1
-0
/
+39
*
run yapf on the code
skullY
2019-09-07
4
-1
/
+5
*
Setup a python test framework
skullY
2019-09-07
6
-0
/
+51