~ruther/qmk_firmware

Merge remote-tracking branch 'origin/master' into develop
114a43e1 — Jesse Leventhal 1 year, 7 months ago
Add The Mad Noodle Udon13 (#22704)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Merge remote-tracking branch 'origin/master' into develop
add Cycle8 (#22734)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
6e1e6293 — Drashna Jaelre 1 year, 7 months ago
[Keyboard] Fix typo in Redox config (#22899)

LED drivers: remove PWM register offsets (#22897)

[Keyboard] Zed65/no_backlight/cor65 correct data layout (#22898)

6b52c6d8 — JohSchneider 1 year, 7 months ago
Cirque reachable calibration aide (#22803)

Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
Co-authored-by: Johannes <you@example.com>
Merge remote-tracking branch 'origin/master' into develop
Added WT20-H1 (HIBI JUNIOR) (#22893)

Merge remote-tracking branch 'origin/master' into develop
bea97291 — Duncan Sutherland 1 year, 7 months ago
Remove community layout from mode/m80*/m80*h (#22461)

Merge remote-tracking branch 'origin/master' into develop
add lets split v3 (#22465)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
b1ea30ca — Duncan Sutherland 1 year, 7 months ago
Move `redox_w` into `redox` (#21448)

Co-authored-by: Ryan <fauxpark@gmail.com>
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] pi60rgb_v2 (#22156)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
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>
Next