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
When I flashed my draculad over a year ago both rotary encoders worked as expected with a customized callback function encoder_update_user(). But when I lately switched to the new qmk setup with separated qmk_firmware and qmk_userspace weird encoder behavior occurred. So I tried the default keymap with
Has this worked for you?
My draculad is doing the same thing.
Just inverting and executing VOLU/VOLD.
I'm wondering if it's because you need to use the split keyboard functions and it's not reading that it's on the right side of the draculad...
I am a total newb at this though so very unsure and a bit confused
When I flashed my draculad over a year ago both rotary encoders worked as expected with a customized callback function
encoder_update_user()
. But when I lately switched to the new qmk setup with separatedqmk_firmware
andqmk_userspace
weird encoder behavior occurred. So I tried thedefault
keymap withon commit qmk/qmk_firmware@1fa84ea
What happens is, that the left encoder works as expected: VOLD/VOLD. But the right encoder has the mirrored assignment (VOLU/VOLD). According to https://github.com/qmk/qmk_firmware/blob/1fa84ea83c68bb24bc6b21c5abc376ee12d1b939/keyboards/draculad/keymaps/default/keymap.c#L201 it should trigger PGDN/PGUP.
I haven't found the reason, yet.
Do you run into the same behavior?
The text was updated successfully, but these errors were encountered: