-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Encoder support #48
Comments
I have implemented the low level EC11 driver in #59, which I intend to build on for the general encoder/sensor functionality. |
Just merged #61 which fully implements this for non-split keyboards. Some remaining work to do for split sensor events going over to the central hub for handling. |
Hi, I noticed on the documentation here that right side sensors aren't yet supported - is that still the case?
|
Fantastic, PR #728 worked like a charm! |
I don't know if this is the place to report this, but I think |
I think you're looking for the |
Just noting another solution here for anyone who has an encoder on only the right-side. In that case, you can make the right half central and left half peripheral and your encoder should work. I've done this in my corne config and it works. The main changed needed are to adjust your
And in your
|
Arguably, resolved in #1841 (though further refined afterward). |
Need to add encoder support that is nicely integrated into ZMK. There are already a couple rotary encoder drivers in Zephyr via the sensor API, but there does not appear to be one for standard "EC11" type ALPS (or clone) encoders.
The text was updated successfully, but these errors were encountered: