~ruther/qmk_firmware

911b45ce — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
a3e7f3e7 — Zach White 4 years ago
Improve our CI tests (#11476)

* add a test and dry-run to qmk generate-api

* add a dry-run to qmk pyformat

* Add a --dry-run to qmk cformat

* reverse the order of nose2 and flake8 tests

* run CI test against cformat and pyformat

* fix programming errors

* tweak job name

* fix argument

* refine the files we select

* fix stack trace in --ci

* make cformat exit clean

* fix c file extensions

* decouple CI from pyformat

* remove --ci arg

* make ci happy

* use the environment var instead

* change output to text

* fix log message

* replace tabs
cfc6e4bf — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
66ed80ad — James Young 4 years ago
Lagrange handwired Configurator bugfix (#12854)

* use human-friendly formatting

* correct key object order
ffe81cbe — Sergey Vlasov 4 years ago
Fix another bin/qmk reference (#12856)

f0b30e00 — Drashna Jaelre 4 years ago
Make Swap Hands use PROGMEM (#12284)

This converts the array that the Swap Hands feature uses to use PROGMEM,
and to read from that array, as such. Since this array never changes at
runtime, there is no reason to keep it in memory. Especially for AVR
boards, as memory is a precious resource.
40d15065 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
3f854e16 — Joel Challis 4 years ago
Catch 'LAYOUTS = all' in lint (#12848)

Co-authored-by: Zach White <skullydazed@drpepper.org>
2549b4b0 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
KBDMini refactor (#12850)

201dc6d0 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
5c924efa — Zach White 4 years ago
fix the makefile snippet so flake8 and yapf don't fight (#12849)

2f367bab — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
30aae629 — Erovia 4 years ago
CLI: Use BASH if SHELL variable is not set (Windows) (#12847)

ad1244e2 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
6c5e9406 — github-actions[bot] 4 years ago
[CI] Format code according to conventions (#12838)

Co-authored-by: QMK Bot <hello@qmk.fm>
Remove pointless SERIAL_LINK_ENABLE rules (#12846)

12292ba2 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
1426ffc0 — Nick Brassel 4 years ago
Add script to perform parallel builds. (#12497)

Co-authored-by: Erovia <Erovia@users.noreply.github.com>
bfb052db — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
Next