[Keyboard] Add Coban Pad 9A (#22456)
[Keyboard][Helix] enable encoder map (#22488)
Co-authored-by: Drashna Jaelre <drashna@live.com>
[Keyboard] Add ANAVI Arrows (#22454)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Fix AD5258 I2C address for Leopold keyboards (#22554)
Co-authored-by: Ryan <fauxpark@gmail.com>
[Keyboard] Fix oled layer display order for Aurora boards (#22521)
[Keyboard] fruitykeeb/fruitbar/r2 (#22580)
Co-authored-by: ojthetiny <ba6sti6@gmail.com>
Fix erroneous commas in `info.json` files (#21712)
Pin actions/labeler to v4
Initial support for CSTM65 (#22513)
Sort defaults.hjson (#22587)
Sort definitions.jsonschema (#22588)
Documentation regarding user code removal/acceptance (#22507)
Helix rev3_5rows rgbmatrix patch (#22594)
Fix `qmk doctor` not finding binaries on Windows (#22593)
Dedup the list of tested userspace paths. (#22599)
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>
Fix a bunch of CLI warnings (#22589)