You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on my configuration for my Swoop which features optional EC11 rotary encoders on both halves of the split keyboard. I've added the encoder on the left, but not on the right.
I can't reproduce your issue. I forked your config and replaced the build workflow so GH actions still works, uncommenting the sensors node (and fixing compatible typo) compiles fine, even if you actually enable both sensors: https://github.com/caksoylar/swoop-zmk-config-test/commits/main/
Although I thought _/- typo wouldn't cause a build failure, maybe that was the case. Or maybe it is an issue with your local build.
I'm currently working on my configuration for my Swoop which features optional EC11 rotary encoders on both halves of the split keyboard. I've added the encoder on the left, but not on the right.
You can see my full configuration here.
The most relevant part (I think) is in the swoop.dtsi:
With the sensors commented out (as above) everything compiles fine but when I try to uncomment the lines I receive the following failure:
In my swoop.conf I added the following lines:
To me it looks as if I'm missing a config setting but I wasn't able to find the right one in the docs.
Any help is appreciated.
The text was updated successfully, but these errors were encountered: