Allow settable SPI divisor for AW20216 driver, set default to 4 (#13309)
Merge remote-tracking branch 'origin/master' into develop
Optional OLED splash screen and fixed OLED i2c execution time saving (#12294)
* Made OLED splash screen optional to reduce memory and fixed OLED i2c execution time saving
* moved OLED address updates into their respective conditional checks
Merge remote-tracking branch 'origin/master' into develop
Fix zero condition of reactive runners that will suspend RGB animation (#12710)
* Avoid zero or overflow from user's rgb_matrix_config.speed
* Avoid zero tick for reactive splash.
* Avoid zero time for animation runner.
Co-authored-by: filterpaper <filterpaper@localhost>
Merge remote-tracking branch 'origin/master' into develop
[Keyboard][Bug] Makrosu VIA compile fix encoder and formatting (#13306)
* fix encoder and formatting
* remove redundant breaks
* Update keyboards/makrosu/keymaps/default/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/makrosu/keymaps/via/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Fix linker error when rgblight and RGB Matrix are both enabled (#13304)
Merge remote-tracking branch 'origin/master' into develop
[Docs] pr_checklist: fix capitalization of Vial (#13301)
Remove rgblight stubs (#13302)
Merge remote-tracking branch 'origin/master' into develop
Merge remote-tracking branch 'origin/master' into develop
Technika: add sample info.json data (#13292)
Adds a placeholder file with sample data, as the layout hasn't been published yet.
Remove the redundant pin name validation (#13251)
* remove the redundant pin name validation
* fix submodules
Refactor doctor.py into a directory (#13298)
Move LED/RGB Matrix code into their own directories (#13257)
Merge remote-tracking branch 'origin/master' into develop
Additional documentation for GUI mod combo (#13266)
Co-authored-by: filterpaper <filterpaper@localhost>