summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin <chenkevinh11@gmail.com>2020-09-02 18:36:35 -0700
committerKevin <chenkevinh11@gmail.com>2020-09-02 18:36:35 -0700
commit5eb50d7b181d2c61099b49f74b1b54c996370914 (patch)
treed2bb4069c6a858e0b23f9f590e0f1f2ece072098
parent2629aa354f3d908e3afc13e3cd12a79974d77234 (diff)
Fixed links
-rw-r--r--docs/docs/feature/encoders.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs/feature/encoders.md b/docs/docs/feature/encoders.md
index a5a796d..38ff9d3 100644
--- a/docs/docs/feature/encoders.md
+++ b/docs/docs/feature/encoders.md
@@ -25,7 +25,7 @@ Rotation is handled separately as a type of sensor. The behavior for this is set
sensor-bindings = <BINDING CW_KEY CCW_KEY>;
```
-- `BINDING` is one of two rotation bindings that are currently defined, `&inc_dec_cp` for consumer key presses or `&inc_dec_kp` for normal key presses (see [Key Press](<(/docs/behavior/key-press)>) for the difference between the two).
+- `BINDING` is one of two rotation bindings that are currently defined, `&inc_dec_cp` for consumer key presses or `&inc_dec_kp` for normal key presses (see [Key Press](/docs/behavior/key-press) for the difference between the two).
- `CW_KEY` is the keycode activated by a clockwise turn.
- `CCW_KEY` is the keycode activated by a counter-clockwise turn.
@@ -41,4 +41,4 @@ Here, the left encoder is configured to control volume up and down while the rig
## Adding Encoder Support
-See the [New Keyboard Shield](docs/dev-guide-new-shield) documentation for how to add or modify additional encoders to your shield.
+See the [New Keyboard Shield](/docs/dev-guide-new-shield) documentation for how to add or modify additional encoders to your shield.