~ruther/qmk_firmware

ref: f870a04bb7c93a0f8de29f7532d1a278e7880173 qmk_firmware/lib/python d---------
Merge remote-tracking branch 'origin/master' into develop
958215e9 — Sergey Vlasov 1 year, 5 months ago
Fix more `qmk generate-api` fallout from userspace support (#22619)

Merge remote-tracking branch 'origin/master' into develop
Fix JSON keymap URLs generated by the API (#22618)

Merge remote-tracking branch 'origin/master' into develop
bba5c149 — Joel Challis 1 year, 5 months ago
Avoid exceptions when layouts contain OOB matrix values (#22609)

Merge remote-tracking branch 'origin/master' into develop
98f4e9b8 — Joel Challis 1 year, 5 months ago
Fix `qmk doctor` not finding binaries on Windows (#22593)

Merge remote-tracking branch 'origin/master' into develop
01eed8d5 — Nick Brassel 1 year, 5 months ago
Dedup the list of tested userspace paths. (#22599)

Merge remote-tracking branch 'origin/master' into develop
b68e89f8 — Purdea Andrei 1 year, 5 months 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>
Merge remote-tracking branch 'origin/master' into develop
024b4070 — Nick Brassel 1 year, 5 months ago
Fixup `--no-temp` for `qmk mass-compile`. (#22582)

Merge remote-tracking branch 'origin/master' into develop
b7df75e4 — Nick Brassel 1 year, 5 months ago
Fixup compilation with `qmk compile -kb zzz -km all`. (#22568)

Merge remote-tracking branch 'origin/master' into develop
049e964e — Nick Brassel 1 year, 5 months ago
Attempt to fix configurator. (#22555)

0115951d — Nick Brassel 1 year, 5 months ago
`develop` -> `master`, 2023q4 edition
5501e804 — Nick Brassel 1 year, 5 months ago
QMK Userspace (#22222)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Next
Do not follow this link