~ruther/qmk_firmware

ref: 833abef115c8715a2bb56a871a557cc6e80ff48c qmk_firmware/lib/python/qmk d---------
455cd65e — Joel Challis 1 year, 11 months ago
Prevent `qmk migrate` processing unparsed info.json values (#22374)

71257e21 — Joel Challis 1 year, 11 months ago
Generate true/false for _DEFAULT_ON options (#22829)

5267329c — Joel Challis 1 year, 11 months ago
Ensure LED config is extracted when feature is disabled (#22809)

* Ensure LED config is extracted when feature is disabled

* Only attempt LED search if dd led config is missing
f8c6c6c3 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
52c794b9 — Pablo Martínez 2 years ago
Initial (#22671)

f6774f2f — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
9c93f360 — Pablo Martínez 2 years ago
[Bugfix] `qmk {compile, flash}` return code (#22639)

8ba46dcf — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
958215e9 — Sergey Vlasov 2 years ago
Fix more `qmk generate-api` fallout from userspace support (#22619)

4e836dd6 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
Fix JSON keymap URLs generated by the API (#22618)

ca2e424b — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
bba5c149 — Joel Challis 2 years ago
Avoid exceptions when layouts contain OOB matrix values (#22609)

ceb15bf5 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
98f4e9b8 — Joel Challis 2 years ago
Fix `qmk doctor` not finding binaries on Windows (#22593)

c7a58bf2 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
01eed8d5 — Nick Brassel 2 years ago
Dedup the list of tested userspace paths. (#22599)

b45b3aae — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
b68e89f8 — Purdea Andrei 2 years ago
Don't print error message when there are no row pins and no col pins (#20104)

* Don't print error message when there are no row pins and no col pins

This error message could be triggered for example if MATRIX_IO_DELAY is
configured in config.h, but the matrix is a custom one. The custom matrix
can still call back to existing delay functions that make use of the
MATRIX_IO_DELAY macro. In this case 'matrix_pins' in info_data will be true,
but there will be no 'direct' 'cols' or 'rows' in info_data['matrix_pins'],
and without this commit it would trigger an invalid error.

* Update lib/python/qmk/info.py

Co-authored-by: Nick Brassel <nick@tzarc.org>

---------

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
091310e7 — QMK Bot 2 years ago
Merge remote-tracking branch 'origin/master' into develop
Next