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
Hello, i am new here, I've made custom keyboard using STM32F411RET6, two is31fl3733 for matrix RGB and oled.
I have problem with my rotary encoder. When i am rotating it fast, ticks are not registered. When i am rotating it slow (tick after tick) sometimes rotation is registered and sometimes not. I was thinking that this is problem with the encoder, but after i've changed couple of the encoders the issue is still the same. Below is my implementation of the encoder. What am i doing wrong?
Issue Description
Hello, i am new here, I've made custom keyboard using STM32F411RET6, two is31fl3733 for matrix RGB and oled.
I have problem with my rotary encoder. When i am rotating it fast, ticks are not registered. When i am rotating it slow (tick after tick) sometimes rotation is registered and sometimes not. I was thinking that this is problem with the encoder, but after i've changed couple of the encoders the issue is still the same. Below is my implementation of the encoder. What am i doing wrong?
I am using ALPS encoder - EC11E18244AU
keyboar.json
"encoder": { "rotary": [ {"pin_a": "B8", "pin_b": "B9", "resolution": 2} ] },
rules.md
ENCODER_MAP_ENABLE = yes
I am using only pull up resistors (4.7k) on the pin a and pin b.
The text was updated successfully, but these errors were encountered: