Skip to content

Commit

Permalink
[Docs] Update Encoder docs about multiple encoders (qmk#16036)
Browse files Browse the repository at this point in the history
  • Loading branch information
monksoffunk authored Jan 29, 2022
1 parent dcff1a3 commit b2fcc92
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/feature_encoders.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit b2fcc92

Please sign in to comment.