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>
Align `SPLIT_HAND_MATRIX_GRID` left/right logic with `SPLIT_HAND_PIN` (#22775)
[CI] Regenerate Files (#22872)
Solid reactive: improve fading effect (#22656)
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)
Add option for auto mouse movement threshold (#21398)
Fixes #21396
Merge remote-tracking branch 'origin/master' into develop
Raise Circumflex from the grave in sendstring_french.h (#22285)
Regenerate Files (#22821)
LED drivers: rename "simple" to "mono" (#22814)
Remove IS31FLCOMMON code (#22800)
LED drivers: extract IS31FL3746A from IS31COMMON (#22637)
LED drivers: extract IS31FL3745 from IS31COMMON (#22636)
LED drivers: extract IS31FL3743A from IS31COMMON (#22635)
Update copyright year on generated files (#22795)
LED drivers: extract IS31FL3742A from IS31COMMON (#22620)