Merge remote-tracking branch 'origin/master' into develop
Wuque Promise87 ANSI Refactor (#17807)
Merge remote-tracking branch 'origin/master' into develop
[Docs] Add information about WeAct Blackpill F411 (#16755) * [Docs] Add information about WeAct Blackpill F411 * Add clarification for matrix pins * Update documentation * Tweak wording
Merge remote-tracking branch 'origin/master' into develop
CLI compatibility for MacOS (#17811)
ChibiOS-Contrib: Update for RP2040 PWM and I2C driver (#17817)
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Fix typo with RGB LED positioning in Iris (#17805)
Merge remote-tracking branch 'origin/master' into develop
feat: encoder map, OLED & encoder kb-level config (#17767)
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Add work louder micro (#17586) * [Keyboard] Add work louder micro * Update keyboards/work_louder/micro/readme.md * Update readme * Update kb config files * Update to use encoder map Co-authored-by: Tom Barnes <barnestom@me.com>
Merge remote-tracking branch 'origin/master' into develop
Dz65v2 Settings for SBennett13 (#17747) * Start of dz65v2 map for sbennett13 * No wpm, disable some rgb, ~copyright~ * No more raindrops * Remove more rgb modes and set default * Almost orgot this crappy thing * cannot define startup :( * Layered esc is kc_grv * Start of dz65v2 map for sbennett13 * No wpm, disable some rgb, ~copyright~ * No more raindrops * Remove more rgb modes and set default * Almost orgot this crappy thing * cannot define startup :( * Layered esc is kc_grv * Add license to config and keymap
Chibios: Stop I2C peripheral on transaction error (#17798) From the ChibiOS HAL I2C driver pages: After a timeout the driver must be stopped and restarted because the bus is in an uncertain state. This commit does that stopping explicitly on any error that occurred, not only timeouts. As all the i2c functions restart the peripheral if necessary it is safe to do so. Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Merge remote-tracking branch 'origin/master' into develop
Add alternative Logos (#17787)
Constrain Cirque Pinnacle coordinates (#17803) Static x & y should be the same type as touchData.xValue & touchData.yValue: uint16_t. Their delta could be larger than int8_t and should be constrained to mouse_xy_report_t.
Avoid OOB in dynamic_keymap_reset (#17695)