-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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 support for Encoders mapped into the keymap array #12982
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
CI
cli
qmk cli command
core
documentation
keyboard
keymap
python
translation
via
Adds via keymap and/or updates keyboard for via support
labels
May 22, 2021
drashna
changed the title
feature/encoder mapping
Add support for Encoders mapped into the keymap array
May 22, 2021
github-actions
bot
removed
via
Adds via keymap and/or updates keyboard for via support
CI
keyboard
keymap
translation
python
documentation
cli
qmk cli command
labels
May 22, 2021
14 tasks
drashna
force-pushed
the
feature/encoder_mapping
branch
from
May 22, 2021 19:11
925084b
to
f2e28ef
Compare
github-actions
bot
added
keymap
via
Adds via keymap and/or updates keyboard for via support
labels
May 22, 2021
drashna
force-pushed
the
feature/encoder_mapping
branch
2 times, most recently
from
May 22, 2021 19:15
e6656e2
to
e271cfb
Compare
drashna
force-pushed
the
feature/encoder_mapping
branch
from
July 4, 2021 00:05
acbe175
to
9b536e8
Compare
tzarc
added
breaking_change
Changes that need to wait for a version increment
breaking_change_next
labels
Aug 17, 2021
drashna
force-pushed
the
feature/encoder_mapping
branch
from
August 21, 2021 23:51
9b536e8
to
716207e
Compare
drashna
force-pushed
the
feature/encoder_mapping
branch
from
September 21, 2021 15:51
716207e
to
0e13b1a
Compare
drashna
force-pushed
the
feature/encoder_mapping
branch
from
October 7, 2021 02:03
15f572c
to
97bbda3
Compare
while not strictly necessary here, this is more of in prep for the future, in case somebody can figure out the matrix issues with splits
drashna
force-pushed
the
feature/encoder_mapping
branch
from
October 30, 2021 00:58
97bbda3
to
0b1d032
Compare
Closed in favor of #13286 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
breaking_change
Changes that need to wait for a version increment
core
documentation
keyboard
keymap
via
Adds via keymap and/or updates keyboard for via support
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This adds the ability to add positions in the LAYOUT for keyboards, to be able to use/set the encoder functionality. This is aimed at making encoders easier to support without custom code at the keyboard/keymap level.
To Do:
Types of Changes
Checklist