]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
docs typo (#4584)
authorBen <BenRoe@users.noreply.github.com>
Sun, 9 Dec 2018 22:26:09 +0000 (23:26 +0100)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Sun, 9 Dec 2018 22:26:09 +0000 (14:26 -0800)
docs/feature_encoders.md

index 036c6a1d8961485d59de2917b9a224e1a6b10672..208d6db13cddcce222a18a7d1c459b214b20d962 100644 (file)
@@ -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.