index
:
qmk_firmware
head
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
python
/
qmk
/
cli
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add script to perform parallel builds. (#12497)
Nick Brassel
2021-05-09
3
-1
/
+89
*
Align qmk info ascii logic with milc logging (#11627)
Joel Challis
2021-05-09
1
-3
/
+3
*
Allow MAKE environment override for 'qmk clean' (#12473)
Joel Challis
2021-05-09
1
-6
/
+2
*
Shim cli to new keyboard script (#12780)
Joel Challis
2021-05-02
2
-0
/
+12
*
Fix unused import in recent generation code (#12781)
Joel Challis
2021-05-02
1
-1
/
+1
*
Allow <keyboard>.h to be optional when going data driven (#12706)
Joel Challis
2021-05-01
2
-0
/
+61
*
Add support for tab completion (#12411)
Zach White
2021-04-14
16
-31
/
+50
*
`qmk chibios-confmigrate`: Make `-i` and `-r` required (#12515)
Ryan
2021-04-08
1
-2
/
+2
*
`qmk doctor`: Fix WSL /mnt check (#12466)
Ryan
2021-04-02
1
-1
/
+1
*
qmk doctor: Display macOS and Windows versions, and add WSL warning for /mnt ...
Ryan
2021-04-02
1
-4
/
+9
*
Format code according to conventions (#12437)
github-actions[bot]
2021-03-31
1
-1
/
+1
*
Allow for clang-format up to v20. (#12407)
Nick Brassel
2021-03-31
1
-1
/
+1
*
Add a `qmk format-json` command that will format JSON files (#12372)
Zach White
2021-03-25
8
-5
/
+73
*
[CI] Format code according to conventions (#12363)
github-actions[bot]
2021-03-24
1
-5
/
+5
*
Add support for qmk_configurator style aliases (#11954)
Zach White
2021-03-24
11
-39
/
+62
*
`qmk doctor`: Don't run udev checks under WSL (#12231)
Ryan
2021-03-19
1
-5
/
+11
*
`qmk generate-rules-mk`: add `--escape` switch for makefile logic (#12101)
Ryan
2021-03-04
1
-1
/
+5
*
Migrate make_dfu_header to CLI (#12061)
Joel Challis
2021-02-28
2
-0
/
+60
*
Fix generated file output while target exists (#12062)
Joel Challis
2021-02-28
6
-9
/
+9
*
Fix develop (#12039)
Zach White
2021-02-27
4
-7
/
+14
*
bump to python 3.7 (#11408)
Zach White
2021-02-13
1
-2
/
+20
*
remove deprecated qmk json-keymap (#11823)
Zach White
2021-02-08
3
-22
/
+0
*
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2021-02-07
3
-20
/
+6
|
\
|
*
Allow flash/compile to accept relative json paths (#11767)
Joel Challis
2021-02-07
3
-20
/
+6
*
|
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2021-02-01
1
-2
/
+2
|
\
|
|
*
CLI: Fix json flashing (#11765)
Erovia
2021-02-01
1
-2
/
+2
*
|
Create a system to map between info.json and config.h/rules.mk (#11548)
Zach White
2021-01-31
3
-211
/
+99
*
|
ChibiOS conf migrations... take 11 (#11646)
Nick Brassel
2021-01-21
1
-3
/
+4
*
|
Fix up comments showing how to execute config migration. (#11621)
Nick Brassel
2021-01-20
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master' into develop
Zach White
2021-01-16
2
-10
/
+43
|
\
|
|
*
Improve the compile and flash subcommands (#11334)
Zach White
2021-01-16
3
-14
/
+47
*
|
Add support for specifying BOARD in info.json (#11492)
Zach White
2021-01-09
1
-1
/
+3
*
|
Use the schema to eliminate custom code (#11108)
Zach White
2021-01-09
3
-21
/
+41
*
|
typo fix
Zach White
2021-01-08
1
-1
/
+1
*
|
fix bugs triggered by certain boards
Zach White
2021-01-08
1
-3
/
+3
*
|
fix rgblight properties
Zach White
2021-01-07
1
-3
/
+3
*
|
make flake8 happy
Zach White
2021-01-07
1
-2
/
+3
*
|
get qmk generate-api into a good state
Zach White
2021-01-07
2
-4
/
+7
*
|
validate keyboard data with jsonschema
Zach White
2021-01-07
2
-1
/
+14
*
|
fix keyboards with apostrophes in their names
Zach White
2021-01-03
1
-2
/
+2
*
|
Fix broken keyboards (#11412)
Zach White
2021-01-03
1
-9
/
+10
*
|
Fix compiling on develop (#11409)
Zach White
2021-01-02
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2021-01-02
2
-2
/
+4
|
\
|
|
*
Return the make exit code for qmk compile and flash (#11402)
Zach White
2021-01-02
2
-2
/
+4
*
|
Configure keyboard matrix from info.json (#10817)
Zach White
2020-12-30
10
-48
/
+517
|
/
*
[CLI] Add stdin support for json2c command (#11289)
LongerHV
2020-12-29
2
-27
/
+27
*
`qmk fileformat`: only print complaints, and fix some of them (#11278)
Ryan
2020-12-24
1
-1
/
+1
*
Split of the doctor codebase (#11255)
Erovia
2020-12-21
1
-285
/
+3
*
Doctor: add check for .git folder (#11208)
Ryan
2020-12-20
1
-0
/
+18
*
Change keyboard json format to bring it inline with the current api (#11231)
Zach White
2020-12-19
1
-1
/
+1
[prev]
[next]