summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Titmuss <richard.titmuss@gmail.com>2021-09-24 07:59:47 +0200
committerPete Johanson <peter@peterjohanson.com>2021-09-24 02:15:56 -0400
commit5d2120ad1770f971b56f3526fe2c0a4b14ff5fbc (patch)
treeb0113ac82a22b2d7eac81dff3d4b28fbe1b789f0
parent212a05feb38d9c7c800f97c776e04bf9e21257a7 (diff)
fix(docs): Typo EC11_CONFIG
This should be CONFIG_EC11
-rw-r--r--docs/docs/features/encoders.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/features/encoders.md b/docs/docs/features/encoders.md
index f1bb8bc..225ee6f 100644
--- a/docs/docs/features/encoders.md
+++ b/docs/docs/features/encoders.md
@@ -11,7 +11,7 @@ Encoders are currently only support on the left/central sides of splits. For pro
## Enabling EC11 Encoders
-To enable encoders for boards that have existing encoder support, uncomment the `EC11_CONFIG=y` and `CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y` lines in your board's .conf file in your `zmk-config/config` folder. Save and push your changes, then download and flash the new firmware.
+To enable encoders for boards that have existing encoder support, uncomment the `CONFIG_EC11=y` and `CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y` lines in your board's .conf file in your `zmk-config/config` folder. Save and push your changes, then download and flash the new firmware.
## Customizing EC11 Encoder Behavior