~ruther/qmk_firmware

LED drivers: register naming cleanups (#22436)

e279c78b — Joel Challis 1 year, 5 months ago
Enable linking of encoders to switch within layout macros (#22264)

62cca5c4 — Sergey Vlasov 1 year, 5 months ago
`qmk find`: Fix failure with multiple filters (#22497)

When multiple `-f FILTER` options were specified, `qmk find` did not
return anything at all instead of printing the list of entries that
matched all of the specified filters.

The problem was that the statement in `_filter_keymap_targets()` that
filled `targets` had a wrong indent and therefore was executed for every
filter instead of only once after applying all filters, and
`valid_keymaps` was actually an iterator and therefore could be used
only once.  Moving the statement outside of the loop fixes the problem.
Merge remote-tracking branch 'origin/master' into develop
a6521b85 — フィルターペーパー 1 year, 5 months ago
[Doc] Improve converter references (#21801)

Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Add dnworks 997pt3 (#22466)

Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Merge remote-tracking branch 'origin/master' into develop
Add leonardo build target for leonardo + usb2.0 shield based projects (#22243)

49382107 — Nick Brassel 1 year, 5 months ago
CLI refactoring for common build target APIs (#22221)

Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Add Eden (#22467)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Merge remote-tracking branch 'origin/master' into develop
5c227062 — Nick Brassel 1 year, 5 months ago
Update stale.yml
Merge remote-tracking branch 'origin/master' into develop
ba62db19 — Nick Brassel 1 year, 5 months ago
Update stale.yml (#22473)

Merge remote-tracking branch 'origin/master' into develop
Bs equals (#21690)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: jack <0x6A73@pm.me>
02d3b233 — Joel Challis 1 year, 5 months ago
chibios: disable RWX segment warning on newer GNU lds (#22471)

4c625d82 — Nick Brassel 1 year, 5 months ago
Revert "chibios: disable RWX segment warning on newer GNU lds (#22007)" (#22469)

This reverts commit de3c42125b661f62757f8ee4f6184c089340d3a0.
Next
Do not follow this link