From 2e515d25b49113ccf96acac33cf0276f4a7f7117 Mon Sep 17 00:00:00 2001 From: Gleb Sabirzyanov Date: Tue, 28 Jun 2022 22:14:34 +1000 Subject: [PATCH] Fix typo in docs/encoder.md Co-authored-by: xs5871 <60395129+xs5871@users.noreply.github.com> --- docs/encoder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/encoder.md b/docs/encoder.md index d54ed08..33f25cf 100644 --- a/docs/encoder.md +++ b/docs/encoder.md @@ -67,7 +67,7 @@ encoder_handler.map = [ (( KC.VOLD, KC.VOLU, KC.MUTE), (encoder 2 definition), e ## Encoder resolution -Depending on your encoder precision, it may send 4 or 2 pulses on every detent. By default the encoder resolution is set to 4, but if your an encoder only activates on every second detent (skips pulses), set the resolution to 2. If the encoder activates twice on every detent, set the value to 4. +Depending on your encoder precision, it may send 4 or 2 pulses on every detent. By default the encoder resolution is set to 4, but if your encoder only activates on every second detent (skips pulses), set the resolution to 2. If the encoder activates twice on every detent, set the value to 4. You can change the default globally for all encoders **before** initializing the encoder pins (`main.py` file): ```python