-
-
Notifications
You must be signed in to change notification settings - Fork 39.2k
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
Add keyboard level encoder function #16721
Conversation
If encoder behavior is already determined in the keymap, |
@drashna @waffle87 Is there a workaround for keymaps that already have advanced encoder functions and layers? As is, this blanket applies an additional volume up/down across all layers. It can't be shut off, since "ENCODER_ENABLE = yes" is defined in rules.mk one directory up (in /ANSI), so I'm not sure I can affect it from inside my keymaps folder hierarchy. |
You can just set |
Or, if you still want encoder functionality |
@tzarc Thanks, this worked for me. |
Description
Added a keyboard level encoder function as many users have complained about losing encoder functionality when using QMK Configurator.
Types of Changes
Checklist