-
-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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
Discourage use of ENCODER_MAP at keyboard level #18286
Merged
Merged
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
drashna
approved these changes
Sep 6, 2022
fauxpark
approved these changes
Sep 6, 2022
Co-authored-by: Ryan <fauxpark@gmail.com>
spidey3
added a commit
that referenced
this pull request
Sep 6, 2022
* Discourage use of ENCODER_MAP at keyboard level (#18286) * Discourage use of ENCODER_MAP at keyboard level * Update docs/feature_encoders.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> * Fungo rev1: fix QMK Configurator key sequence (#18293) * info.json: correct JSON syntax; friendly formatting * info.json: fix key sequence Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
csrazvan
added a commit
to csrazvan/qmk_firmware
that referenced
this pull request
Sep 8, 2022
* upstream/master: (451 commits) Add Iris Rev. 6b (qmk#18307) GeonWorks Frog Mini Hotswap Layout Rework (qmk#18305) Update Iris VIA configuration (qmk#18306) [Keyboard] Wearhaus66 correct matrix (qmk#18284) enable RGB matrix effects for drop ctrl (qmk#18291) [Keymap] removed else in numlock led if statement (qmk#18304) added a new kprepublic/bm40hsrgb keymap called dan (qmk#18301) Delete my keymaps (qmk#18302) keymaps/stapelberg: keypad layer for multimedia keys, wake on escape (qmk#18295) Fungo rev1: fix QMK Configurator key sequence (qmk#18293) Discourage use of ENCODER_MAP at keyboard level (qmk#18286) Mars 6.5 Layout Additions (qmk#18282) Remove use of legacy keycode (qmk#18281) EU ISOlation: fix QMK Configurator key sequence (qmk#18272) Fix compilation error for GH60 satan HHKB 7u layout (qmk#18250) dyz60_hs Layout Additions (qmk#18261) Fix a couple of boards still using `usb.device_ver` (qmk#18258) Clean up data driven mappings syntax (qmk#18257) [Docs] Update 'Process Record' according to the code (qmk#18209) [Keyboard] RS60 Rev2 change to eeprom emulation (qmk#18201) ...
ramonimbao
pushed a commit
to ramonimbao/qmk_firmware
that referenced
this pull request
Nov 28, 2022
* Discourage use of ENCODER_MAP at keyboard level (qmk#18286) * Discourage use of ENCODER_MAP at keyboard level * Update docs/feature_encoders.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> * Fungo rev1: fix QMK Configurator key sequence (qmk#18293) * info.json: correct JSON syntax; friendly formatting * info.json: fix key sequence Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
ramonimbao
pushed a commit
to ramonimbao/qmk_firmware
that referenced
this pull request
Nov 28, 2022
* Discourage use of ENCODER_MAP at keyboard level * Update docs/feature_encoders.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
nolanseaton
pushed a commit
to nolanseaton/qmk_firmware
that referenced
this pull request
Jan 23, 2023
* Discourage use of ENCODER_MAP at keyboard level * Update docs/feature_encoders.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
While lint currently isnt throwing errors, at least the docs can have some more words to prevent.
Types of Changes
Checklist