Update to ChibiOS 20.3.4, support builds against trunk (#14208)
* Add support for building against ChibiOS svn/trunk.
* Swap to 21.6.x
* Update to latest branch revision as released version is broken.
* Updated configs.
* Conf updates.
* Updated ChibiOS
* Convert STM32L422 to actual L422 ChibiOS platform.
* Downgrade to 20.3.4 as ChibiOS 21.6.x is being aborted.
* Rollback L422-based boards.
Revert to old init order for host driver (#15029)
* Partially revert 14888
Fix build failures caused by #12947. (#15019)
* Fix build failures caused by #12947. Unknown if this actually works.
* qmk format-c
Fixup LED matrix. (#15020)
overnumpad controller: Add support for turning off solenoid enable in low power. (#15021)
Merge remote-tracking branch 'origin/master' into develop
Add Redox Media Configurator Data (#15013)
Merge remote-tracking branch 'origin/master' into develop
Clarify placement of configuration options (#15015)
Co-authored-by: filterpaper <filterpaper@localhost>
haptic: Feature to disable it when usb port is not configured or suspended. (#12692)
This also add support for specifying a LED pin to indicate haptic status,
and also adds support for a haptic-enable pin, which is useful to turn off
the boost converter on the solenoid driver.
[Keyboard] Fix size issues on pistachio pro via keymap (#15017)
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Fix compilation size issues for Canary 60 RGB (#15016)
[Bug] Fix unterminated ifdef in ISSI 3733 driver (#15014)
[Keymap] Fix missing return for oled task in drashna userspace (#15012)
[Keyboard] Fix missing return for oled task on Arabica37 (#15011)
[Keyboard] Fix missing return for oled task on Lefty (#15010)
Add Pixel Rain RGB Matrix effect (#14155)
* Add Pixel animation header file
* Add Pixel animation to documentation
* Add Pixel animation to core include file
* Remove unintended spaces
* Remove seeding of PRNG
* Increase frequency of lit keys
Co-authored-by: filterpaper <filterpaper@localhost>
Enable de-ghosting for RGB/LED matrix on all ISSI LED drivers (#14508)
* Initial work for de-ghost enable
* Dumb mistake with the redefine
* Added Copywrite stuff on source files
* Fixed whitespace errors
* Added support for all ISSI LED drivers
* Updated docs for support for ISSI LED driver pull-up pull-down
* Applied clang format
* Added 'boolean' flag to enable de-ghosting for the is31fl3731 IC
* Fixed some of the grammer in the docs
* Fixed comment placement and grammer of comment
* Fixed whitespace errors from lint
Co-authored-by: donicrosby <donicrosby1995@gmail.com>