diff options
author | Monksoffunk <monksoffunk@users.noreply.github.com> | 2022-01-29 12:26:42 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-28 19:26:42 -0800 |
commit | b2fcc923cb212bb118a080fc5046ae70d50a8cc5 (patch) | |
tree | d7c30b5720262ee7c3853ffec58f8c7b3e494042 | |
parent | dcff1a34c7eabce20bb751313867579941222acf (diff) | |
download | qmk_firmware-b2fcc923cb212bb118a080fc5046ae70d50a8cc5.tar.gz qmk_firmware-b2fcc923cb212bb118a080fc5046ae70d50a8cc5.zip |
[Docs] Update Encoder docs about multiple encoders (#16036)
-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 f301f7068..37d5a7531 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/ | |||
132 | 132 | ||
133 | ## Multiple Encoders | 133 | ## Multiple Encoders |
134 | 134 | ||
135 | Multiple encoders may share pins so long as each encoder has a distinct pair of pins. | 135 | Multiple encoders may share pins so long as each encoder has a distinct pair of pins when the following conditions are met: |
136 | - using detent encoders | ||
137 | - pads must be high at the detent stability point which is called 'default position' in QMK | ||
138 | - no more than two encoders sharing a pin can be turned at the same time | ||
136 | 139 | ||
137 | For example you can support two encoders using only 3 pins like this | 140 | For example you can support two encoders using only 3 pins like this |
138 | ``` | 141 | ``` |