~ruther/qmk_firmware

ref: 3a0f11a66178116ee935dd5b58332962666de5f2 qmk_firmware/quantum d---------
3a0f11a6 — Pablo Martínez 1 year, 6 months ago
[QP] Native palette support for fonts (#20645)

Co-authored-by: Joel Challis <git@zvecr.com>
Update naming convention for GPIO control macros (#23085)

6890c1ae — Joel Challis 1 year, 6 months ago
Workaround for `make test:all DEBUG=1` (#23047)

3dee67a0 — Joel Challis 1 year, 6 months ago
Remove redundant steno eeconfig init (#22680)

Merge remote-tracking branch 'origin/master' into develop
0a6a203f — フィルターペーパー 1 year, 6 months ago
Update asymmetric debounce code comment (#22981)

734c7afa — Fabien Fellay 1 year, 6 months ago
Add missing rgb matrix default parameters (#22281)

5cd31fda — Joel Challis 1 year, 6 months ago
Begin removal of bootmagic lite terminology (#22970)

bb711456 — Joel Challis 1 year, 6 months ago
Tidy up print/debug logging headers (#22969)

a6325937 — Joel Challis 1 year, 6 months ago
Migrate and remove deprecated debug utils (#22961)

i2c: rename read/write register functions (#22905)

d9b1ab9a — JohSchneider 1 year, 7 months ago
pointing_device: motion pin define and c-format weirdness (#22802)

the mutual exclusive POINTING_DEVICE_MOTION_PIN and SPLIT_POINTING_ENABLE influence if and how the `pointing_device_driver.get_report` is triggered. now the way the define is wrapping around an "unbraced" if leads clang-format to weirdly indent the first line in the 'SPLIT_POINTING_ENABLE' as the first command after the if.

this hints that any code addition in between the two - that possibly should run regardless, would break the if-def enabled code.

this can be solved by adding a pair of curly braces in the POINTING_DEVICE_MOTION_PIN part, to clearly denote which commands are to be skipped if the motion pin shows now activity.

Co-authored-by: Johannes <you@example.com>
ccec4867 — Joel Challis 1 year, 7 months ago
Align `SPLIT_HAND_MATRIX_GRID` left/right logic with `SPLIT_HAND_PIN` (#22775)

[CI] Regenerate Files (#22872)

f39386a1 — フィルターペーパー 1 year, 7 months ago
Solid reactive: improve fading effect (#22656)

Add Canadian French input locale (#21456)

Co-authored-by: Ryan <fauxpark@gmail.com>
1f6dfd19 — Paul Landers 1 year, 7 months ago
Ignore space cadet key release when caps word is active (#21721)

MIDI sustain effect fix on qmk 0.22.2 (#22114)

Merge remote-tracking branch 'origin/master' into develop
Fix user hook call for dynamic_macro_record_key (#22250)

Next