~ruther/qmk_firmware

ref: e279c78ba3054ebc2e294dd91ea98341cc509d1e qmk_firmware/lib/python d---------
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.
49382107 — Nick Brassel 1 year, 5 months ago
CLI refactoring for common build target APIs (#22221)

Merge remote-tracking branch 'origin/master' into develop
211fbbd1 — Nick Brassel 1 year, 5 months ago
Add `qmk license-check` developer-level CLI command. (#22075)

8ea955c7 — Joel Challis 1 year, 5 months ago
Improve argument handling of c2json (#22170)

* Improve argument handling of c2json

* Add automagic
b3142625 — Joel Challis 1 year, 5 months ago
Generate switch statement helpers for keycode ranges (#20059)

fbbb221a — Joel Challis 1 year, 5 months ago
Implement data driven lighting defaults (#21825)

a19ae3d7 — Joel Challis 1 year, 5 months ago
Add dd mapping for hardware based split handedness (#22369)

17c3182b — Joel Challis 1 year, 6 months ago
Remove use of broken split.main (#22363)

559450a0 — Joel Challis 1 year, 6 months ago
Fix 'to_c' for config.h mappings (#22364)

98530cad — Joel Challis 1 year, 6 months ago
Implement data driven dip switches (#22017)

* Add data driven dip switches

* Autogen weak matrix_mask
e4c54a96 — Joel Challis 1 year, 6 months ago
Support additional split sync items for info.json (#22193)

Merge remote-tracking branch 'origin/master' into develop
f6c70c40 — Nick Brassel 1 year, 6 months ago
Allow for disabling of parallel processing of qmk find and `qmk mass-compile`. (#22160)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Merge remote-tracking branch 'origin/master' into develop
7ca652ce — Joel Challis 1 year, 6 months ago
Flag vial keymaps in 'qmk lint' (#22227)

Merge remote-tracking branch 'origin/master' into develop
127560ae — Nick Brassel 1 year, 6 months ago
Add `qmk ci-validate-aliases` (#22205)

Merge remote-tracking branch 'origin/master' into develop
Next
Do not follow this link