Enable RGB Matrix animations being used (#15338)
Meridian LED update (#15329)
* Meridian first update
* Update README, adjust timing settings
* Update README
Fix last merge date (#15327)
[Bug] Xelus Keyboards 400kHz i2c fix (#15315)
* 400khz fix
* fix valor rev2 timing
* keep consistent
Changelog 2021q4 (#15325)
* Changelog.
* Remove the asymmetric encoder PR from listing due to revert.
* More docs
* More docs
* More docs
* Links to changelog, updated schedule, slotted in 2 weeks of testing at the end so that there's no ambiguity with PR merge dates.
* Clarify keyboard moves.
* Fix dates
* Sidebar
* Fixup dates.
* Fixup dates.
* Wording.
Fix HOLD_ON_OTHER_KEY_PRESS after #11059 (#15307)
that broke compilation because of a typo: KEYPRESS should have been
KEY_PRESS
[Keyboard] Fix call to `pointing_device_handle_buttons` (#15313)
WB32F3G71 config migration with removal of unnecessary items. (#15309)
* Config migration with removal of unnecessary items.
* Removed as per suggestion.
Westberrytech pr (#14422)
* Added support for WB32 MCU
* Modified eeprom_wb32.c
* Remove the eeprom_wb32-related code
Add script for performing compilation size regression investigations. (#15303)
* Add script for performing compilation size regression investigations.
* Print deltas
* Correct scoping.
* Concurrency control
* Job count control, skip zeros (unless no build output), fix usage.
* Add usage under -h arg.
* Updated usage output.
* Copyright header.
Documentation typo fix (#15298)
* Fix WS2812 driver docs typo
New feature: `DYNAMIC_TAPPING_TERM_ENABLE` (#11036)
* New feature: `DYNAMIC_TAPPING_TERM_ENABLE`
3 new quantum keys to configure the tapping term on the fly.
* Replace sprintf call in tapping_term_report by get_u16_str
* Replace tab with 4 spaces