~ruther/qmk_firmware

ref: c35798f2824259aadc29fbbf881f1672cf00768d qmk_firmware/lib/python d---------
46c85c93 — Joel Challis 2 years ago
Revert "De-duplicate platform detection (#19545)" (#19564)

This reverts commit e11235ee14f9cd3fc45b836eec99ed312cb137dd.
e11235ee — Joel Challis 2 years ago
De-duplicate platform detection (#19545)

20474ae2 — Joel Challis 2 years ago
Fix CLI community detection (#19562)

b57714f7 — Joel Challis 2 years ago
`qmk doctor` - Handle timeouts while checking binaries (#19549)

1b045b1e — Joel Challis 2 years ago
Handle doctor permission issues while checking udev (#19548)

974a1eaf — Joel Challis 2 years ago
Ignore defaults.hjson values if already set (#19511)

* Ignore defaults.hjson values if already set

* Add warning when nothing is merged
5c730d97 — Joel Challis 2 years ago
Migrate submodule dirty check to CLI (#19488)

b2384f18 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
4a7d65b9 — Sergey Vlasov 2 years ago
Fix MATRIX_COLS and MATRIX_ROWS generation for custom matrix (#19508)

The code which generated the MATRIX_COLS and MATRIX_ROWS defines from
the JSON information was checking the presence of the `matrix_pins` key,
which may not exist if a custom matrix is used.  Check the presence of
`matrix_size` instead.
115c241f — zvecr 2 years ago
Merge remote-tracking branch 'origin/master' into develop
69166834 — Nick Brassel 2 years ago
Add `qmk mass-compile`, which intends to supercede `qmk multibuild` whilst providing support for filtering as per data-driven definitions. (#18971)

c3452781 — Joel Challis 2 years ago
Replace list_keyboards.sh with CLI calls (#19485)

b297531d — Joel Challis 2 years ago
Migrate 'make git-submodule' to CLI command (#19479)

3a5a4c70 — Joel Challis 2 years ago
Report submodule status when not valid work-tree (#19474)

24adecd9 — Joel Challis 2 years ago
Implement XAP style merge semantics for DD keycodes (#19397)

e4cfbd25 — Joel Challis 2 years ago
Allow CLI to flash .uf2 files (#19462)

422fd8ae — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
b8e12eed — Joel Challis 2 years ago
WSL `qmk flash firmware.bin` workaround (#19434)

61696fda — Joel Challis 2 years ago
CLI flashers should allow files outside qmk_firmware folder (#19454)

Validate keyboard name before accepting further input (#19394)

Next