From: Ben Date: Sun, 9 Dec 2018 22:26:09 +0000 (+0100) Subject: docs typo (#4584) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=16302be5adfa0f094e95f734b432c96460b79a6e;p=qmk_firmware.git docs typo (#4584) --- diff --git a/docs/feature_encoders.md b/docs/feature_encoders.md index 036c6a1d8..208d6db13 100644 --- a/docs/feature_encoders.md +++ b/docs/feature_encoders.md @@ -13,7 +13,7 @@ and this to your `config.h`: Each PAD_A/B variable defines an array so multiple encoders can be defined, e.g.: #define ENCODERS_PAD_A { encoder1a, encoder2a } - #define ENCODERS_PAD_B { encoder1a, encoder2b } + #define ENCODERS_PAD_B { encoder1b, encoder2b } If your encoder's clockwise directions are incorrect, you can swap the A & B pad definitions.