From 277b1e4aa11ef25f94ac1447e2c4a4669e005a15 Mon Sep 17 00:00:00 2001 From: drashna Date: Sat, 29 Jan 2022 03:28:26 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20master=20@?= =?UTF-8?q?=20b2fcc923cb212bb118a080fc5046ae70d50a8cc5=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature_encoders.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/feature_encoders.md b/feature_encoders.md index f301f7068db..37d5a753116 100644 --- a/feature_encoders.md +++ b/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 ```