Fix entry into bootloader for STM32G431. (#22138)
Fix typo in oled_driver (#22134)
betwen -> between
Added more rgb effects for rpk-001 keyboard (#22120)
Add Palmetto PCB (#21955)
Bump tj-actions/changed-files from 38 to 39 (#21923)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
amend 75_(ansi|iso) community_layouts in keyboards/ (#21837)
amend split_* community_layouts in keyboards (#21847)
Fix variable misspelling (#21774)
Fix combo_ref_from_layer respect different default layer [#21780] (#21781)
Revert "Update feature_rgblight.md" (#22132)
Update feature_rgblight.md (#21483)
YMDK Melody96 Matrix Touch-Up (#22113)
* Correct layout/matrix diagram
Correct swapped designations for ANSI Backslash and ANSI Enter keys.
[docs]
* Correct matrix data
Correct the matrix data for:
- `LAYOUT_all`
- `LAYOUT_96_ansi`
- `LAYOUT_96_ansi_splitbs`
which all had the matrix positions for ANSI Backslash and ANSI Enter swapped.
[bugfix]
* Implement `LAYOUT_hotswap` directly
Implement `LAYOUT_hotswap` as its own layout, instead of aliasing it to
`LAYOUT_96_ansi`.
[bugfix]
* Specify primary support for Soldered PCBs
Current version of codebase primarily supports Soldered PCBs.
[enhancement] [docs]
[Keyboard] Enable RGB_TEST animation on riot_pad (#22118)
Co-authored-by: ShandonCodes <shandon@shandon.codes>
Add reminder about format-json to PR Checklist (#22055)