~ruther/qmk_firmware

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

Merge remote-tracking branch 'origin/master' into develop
b68e89f8 — Purdea Andrei 1 year, 9 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
Fix a bunch of CLI warnings (#22589)

Merge remote-tracking branch 'origin/master' into develop
28dc7ba6 — Álvaro A. Volpato 1 year, 9 months ago
Fix animation range on M75H (#22586)

Merge remote-tracking branch 'origin/master' into develop
add keyboard bestway (#22498)

Co-authored-by: “yuezp” <“yuezpchn@126.com”>
cc3c3ace — Dalius Dobravolskas 1 year, 9 months ago
Feature: joystick weights (#21883)

Co-authored-by: Nick Brassel <nick@tzarc.org>
Merge remote-tracking branch 'origin/master' into develop
67559c7d — Duncan Sutherland 1 year, 9 months ago
revoke community_layouts from keebio/wtf60 (#22502)

Merge remote-tracking branch 'origin/master' into develop
nullbitsco/snap: reduce size of bongo_reactive (#22571)

Merge remote-tracking branch 'origin/master' into develop
024b4070 — Nick Brassel 1 year, 9 months ago
Fixup `--no-temp` for `qmk mass-compile`. (#22582)

Add `APA102_LED_COUNT` define (#22530)

`keycapsss/plaid_pad`: switch to encoder map (#22474)

7cc90c23 — Pete Neisen 1 year, 9 months ago
Converted RGB matrix to use last_input_activity_elapsed(). (#21687)

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