[Keyboard] Add support for Mode SixtyFive M65HA and M65HI (#14685)
Rename Layout Macros for TKLs with F13 keys (#15361)
* dyz/dyz_tkl: rename F13 layouts
- rename LAYOUT_tkl_ansi_f13 to LAYOUT_tkl_f13_ansi
- rename LAYOUT_tkl_iso_f13 to LAYOUT_tkl_f13_iso
* kopibeng/mnk88: rename F13 layouts
- rename LAYOUT_tkl_ansi_f13 to LAYOUT_tkl_f13_ansi
- rename LAYOUT_tkl_ansi_tsangan_f13 to LAYOUT_tkl_f13_ansi_tsangan
- rename LAYOUT_tkl_iso_f13 to LAYOUT_tkl_f13_iso
- rename LAYOUT_tkl_iso_tsangan_f13 to LAYOUT_tkl_f13_iso_tsangan
* mechlovin/infinity88: rename F13 layouts
- rename LAYOUT_tkl_ansi_f13 to LAYOUT_tkl_f13_ansi
- rename LAYOUT_tkl_iso_f13 to LAYOUT_tkl_f13_iso
* mechlovin/infinity88: rename F13 layouts
- rename LAYOUT_tkl_ansi_f13 to LAYOUT_tkl_f13_ansi
- rename LAYOUT_tkl_ansi_tsangan_f13 to LAYOUT_tkl_f13_ansi_tsangan
- rename LAYOUT_tkl_iso_f13 to LAYOUT_tkl_f13_iso
- rename LAYOUT_tkl_iso_tsangan_f13 to LAYOUT_tkl_f13_iso_tsangan
[Docs] Reorder functions in Understanding QMK (#15357)
[Keyboard] Fix up Endgame34 (#15366)
[Keyboard] Fix compilation issues for Ploopy Trackball classic (#15364)
[Keyboard] Add missng define for 4x6 Tractyl Manuform (#15363)
[Core] Added chconf.h for WB32 (#15359)
[Keyboard] kangaroo improvements (#15350)
[Keymap] Keebio Sinc layout with macOS support (#15324)
Co-authored-by: Ryan <fauxpark@gmail.com>
Fixup paths for `ramonimbao/wete/v2`. (#15360)
Add missing virtser_init() to ChibiOS code (#15356)
Remove deprecated defines from my keymaps (#15353)
[Keyboard] Adapt downsteam Ghost Squid support to latest QMK (#14607)
Co-authored-by: fenuks <fenuks>
[Keyboard] Ploopy improvements (#15348)
Fix 'format-c --core-only' matching keyboard level folders (#15337)
Remove unnecessary ENCODER_DIRECTION_FLIP at keyboard level (#15342)
Fix bit loss in cie_lightness() when doing division to resolve #15331 (#15344)
* Fix bit loss in cie_lightness() when doing division.
* Use the right types
* Format
Co-authored-by: zvecr <git@zvecr.com>