Add link to encoder refactor

This commit is contained in:
Cem Aksoylar 2023-09-18 23:31:52 -07:00
parent 2d440e195b
commit fb004dd1f4

View file

@ -77,7 +77,7 @@ Note that documentation is still lacking for utilizing more than one peripheral
#### Encoders
[petejohanson] contributed a major refactor of encoder (and more generally sensor) functionality in [#1039](https://github.com/zmkfirmware/zmk/pull/1039).
[petejohanson] contributed a major refactor of encoder (and more generally sensor) functionality in [#1039](https://github.com/zmkfirmware/zmk/pull/1039). While the documentation for these changes are still in progress, check out the [dedicated blog post](2023-06-18-encoder-refactors.md) for more details.
This refactor paved way to implementing a long-awaited feature, encoder support in peripheral halves of split keyboards! Building upon the work by [stephen] in [#728](https://github.com/zmkfirmware/zmk/pull/728), [petejohanson] implemented support in [#1841](https://github.com/zmkfirmware/zmk/pull/1841).