v0.8.0 includes several significant changes:
- An example keyboard firmware for split keyboards with half-duplex USART was added with STM32F4-Embassy. This should help those with split keyboards using RP2040 MCUs and 1-wire split communication.
- The Tap Hold config now supports "required idle time", which should reduce false 'hold' resolutions with tap-hold keys when typing quickly.
- Callback keys now have a
Custom(i, j)
variant, in addition to reset/boot. This should allow implementing arbitrary smart keyboard effects (e.g. toggle RGB lighting, etc.). - Fixed a bug in CH32X firmware related to disabling SWD.
- Added CH32X-36 keyboard implementation in the CH32X firmware.
- Implemented another smart key: the tap dance key.
Full Changelog: v0.7.0...v0.8.0