~ruther/qmk_firmware

Merge remote-tracking branch 'origin/master' into develop
c6ed3cdf — Nick Brassel 1 year, 7 months ago
Add more unwanted compilation output files to `.gitignore`. (#22894)

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>
41948350 — Joel Challis 1 year, 7 months ago
Migrate RGB Matrix config to info.json - NOPQ (#22866)

833abef1 — Joel Challis 1 year, 7 months ago
Migrate RGB Matrix config to info.json - XZY (#22879)

LED drivers: switch to i2c_writeReg() (#22878)

LED drivers: change `write_pwm_buffer()` return type to `void` (#22869)

8de8af66 — Joel Challis 1 year, 7 months ago
capsunlocked/cu80/v2: Fix invalid RGB matrix config (#22873)

b6b3efc1 — Joel Challis 1 year, 7 months ago
Remove console out endpoint (#22304)

ccec4867 — Joel Challis 1 year, 7 months ago
Align `SPLIT_HAND_MATRIX_GRID` left/right logic with `SPLIT_HAND_PIN` (#22775)

Merge remote-tracking branch 'origin/master' into develop
Added skiller_sgk50_s3 keyboard (#22382)

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
[CI] Regenerate Files (#22872)

Merge remote-tracking branch 'origin/master' into develop
31fdf7d8 — Thomas White 1 year, 7 months ago
add pywinusb lib to list of example libs for HID (#22747)

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>
[Keyboard] Fix VID and PID for AnnePro2 (#22263)

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)

Next