Prevent `qmk migrate` processing unparsed info.json values (#22374)
Generate true/false for _DEFAULT_ON options (#22829)
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
Merge remote-tracking branch 'origin/master' into develop
Merge remote-tracking branch 'origin/master' into develop
[Bugfix] `qmk {compile, flash}` return code (#22639)
Merge remote-tracking branch 'origin/master' into develop
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
Avoid exceptions when layouts contain OOB matrix values (#22609)
Merge remote-tracking branch 'origin/master' into develop
Fix `qmk doctor` not finding binaries on Windows (#22593)
Merge remote-tracking branch 'origin/master' into develop
Dedup the list of tested userspace paths. (#22599)
Merge remote-tracking branch 'origin/master' into develop
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