Merge remote-tracking branch 'origin/master' into develop
[Keyboard] rart/rart45 (#11096) * Create config.h * Create info.json * Create rart45.c * Create rart45.h * Create readme.md * Create rules.mk * Create keymap.c * Create keymap.c * Create rules.mk * Update config.h * Update rart45.c * Update rart45.h * Update rules.mk * Update readme.md * Update info.json
Merge remote-tracking branch 'origin/master' into develop
Selectively enable command and console for yanfali userspace (#11212) * Remove command and console - these options prevent community layouts from being built on other keyboards. Selectively enable it on keyboards I own rather than on everything. * Update users/yanfali/rules.mk
Merge remote-tracking branch 'origin/master' into develop
Another attempt to fix formatting workflow (#11187)
Merge remote-tracking branch 'origin/master' into develop
Add i2c 24LC64 eeprom (#11200) * add 24LC64 eeprom * docs update * Update docs/eeprom_driver.md Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
Merge remote-tracking branch 'origin/master' into develop
Fix incorrect search order for `rgblight_breathe_table.h` that `rgblight.c` includes. (#11192) When `rgblight.c` includes `rgblight_breathe_table.h`, the search order should be as follows. * `keyboards/KEYBOARD/keymaps/USER/rgblight_breathe_table.h` * `users/USER/rgblight_breathe_table.h` * `quantum/rgblight_breathe_table.h` However, the current implementation was wrong, so I fixed it.
Merge remote-tracking branch 'origin/master' into develop
Fixed french quotes on canadian multilingual (#11183)
Merge remote-tracking branch 'origin/master' into develop
Nightingale Studios Hailey production fixes (#11180)
CI automated format fixes (#11179) * Format all C files for now, till diff logic works within CI * Fix recursion of dos2unix
Merge remote-tracking branch 'origin/master' into develop
Add XD75am as supported in XD75 readme (#11170)
Merge remote-tracking branch 'origin/master' into develop
Normalise include statements in core code (#11153) * Normalise include statements in core code * Missed one
Merge remote-tracking branch 'origin/master' into develop