Browse Source

[Docs] Update Encoder docs about multiple encoders (#16036)

pull/16131/head
Monksoffunk 2 years ago
committed by GitHub
parent
commit
b2fcc923cb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      docs/feature_encoders.md

+ 4
- 1
docs/feature_encoders.md View File

@ -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
```


Loading…
Cancel
Save