Deprecate `KC_LEAD` for `QK_LEAD` (#18792)
Merge remote-tracking branch 'origin/master' into develop
[Docs] Update platformdev_blackpill_f411.md (#18666)
Co-authored-by: Ryan <fauxpark@gmail.com>
Remove legacy EEPROM clear keycodes (#18782)
* `EEP_RST` -> `EE_CLR`, default-ish keymaps
* `EEP_RST` -> `EE_CLR`, user keymaps
* `EEP_RST` -> `EE_CLR`, community layouts
* `EEP_RST` -> `EE_CLR`, userspace
* `EEP_RST` -> `EE_CLR`, docs & core
Remove legacy Debug keycode (#18769)
* `DEBUG` -> `DB_TOGG`, default-ish keymaps
* `DEBUG` -> `DB_TOGG`, user keymaps
* `DEBUG` -> `DB_TOGG`, community layouts
* `DEBUG` -> `DB_TOGG`, userspace
* `DEBUG` -> `DB_TOGG`, docs & core
4 Driver support for IS31FL3737 (#18750)
* Added 4 driver support for the IS31FL3737 LED driver
* Updated docs for IS31FL3737 to support 4 drivers
Remove legacy keycodes, part 5 (#18710)
* `KC_SLCK` -> `KC_SCRL`
* `KC_NLCK` -> `KC_NUM`
Programmable Button API refactor and improve docs (#18641)
Merge remote-tracking branch 'origin/master' into develop
Fix boundary in `RGB_MATRIX_INDICATOR_SET_COLOR` (#18650)
Remove legacy international keycodes (#18588)
quantum: led: split out led_update_ports() for customization of led behaviour (#14452)
Implement split comms watchdog (#18599)
Merge remote-tracking branch 'origin/master' into develop
docs: some typos (#18582)
probably hacktoberism
Merge remote-tracking branch 'origin/master' into develop
[Docs] Add a note about the print function. (#17737)
Co-authored-by: Ryan <fauxpark@gmail.com>
Merge remote-tracking branch 'origin/master' into develop
[Docs] Clarify how to use the bootloader LED for rp2040 (#18585)