Remove some legacy files (#13715)
Align AW20216 driver (#13712)
* Align AW20216 driver
* Update drivers/awinic/aw20216.h
Co-authored-by: Ryan <fauxpark@gmail.com>
* Review comments
* formatting fixes
* stop if start failed?
* review comments
Co-authored-by: Ryan <fauxpark@gmail.com>
Fix typo in Dactyl Manuform (#13740)
Dactyl Manuform cleanup (#13686)
Merge remote-tracking branch 'origin/master' into develop
[Docs] Add `default` case in Tap Dance Example 6 (#13727)
Added a `default` case in `switch(ql_tap_state.state)` at line 493 and 494.
Without it compile firmware with Example 6 code will encounter 2 errors:
`enumeration value 'TD_NONE' not handled in switch`
`enumeration value 'TD_UNKNOWN' not handled in switch`
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Ares refactor (#13730)
[Keyboard] Add RGB matrix support for Kyria (#12789)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: filterpaper <filterpaper@localhost>
Reduce firmware size in prep for #12670 (#13724)
* Reduce firmware size in pre for #12670
* Also disable pixel mode, just in case
[Keyboard] Update kyria make path example (#13720)
Co-authored-by: filterpaper <filterpaper@localhost>
[Keymap] Drashna's Defaults cleanup (#13722)
Remove legacy BACKLIGHT_CUSTOM_DRIVER option (#13731)
Merge remote-tracking branch 'upstream/master' into develop
Add bootloader size (#13729)
* Add bootloader size
Bootloader size needs to be 6144 to allow QMK to jump to the correct location with bootmagic
* Include dz60rgb v2.1
Add boot loader size to this pcb also
40percentclub/nein: update info.json layout macro reference (#13726)
- change LAYOUT to LAYOUT_ortho_3x3
[Bug] Include gpio.h in solenoid driver for GPIO Control functions (#13716)