diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-29 03:27:16 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-29 03:27:16 +0000 |
commit | 720ccf95590d258c90ad4f21c17776cb23ab6261 (patch) | |
tree | 077809a18465ba8b628887e9c69d0b9539207963 | |
parent | 2f5074cf322c4c2d707a785918f672164c97c80d (diff) | |
parent | b2fcc923cb212bb118a080fc5046ae70d50a8cc5 (diff) | |
download | qmk_firmware-720ccf95590d258c90ad4f21c17776cb23ab6261.tar.gz qmk_firmware-720ccf95590d258c90ad4f21c17776cb23ab6261.zip |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | docs/feature_encoders.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/feature_encoders.md b/docs/feature_encoders.md index f301f7068d..37d5a75311 100644 --- a/docs/feature_encoders.md +++ b/docs/feature_encoders.md @@ -132,7 +132,10 @@ The A an B lines of the encoders should be wired directly to the MCU, and the C/ ## Multiple Encoders -Multiple encoders may share pins so long as each encoder has a distinct pair of pins. +Multiple encoders may share pins so long as each encoder has a distinct pair of pins when the following conditions are met: +- using detent encoders +- pads must be high at the detent stability point which is called 'default position' in QMK +- no more than two encoders sharing a pin can be turned at the same time For example you can support two encoders using only 3 pins like this ``` |