summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSmollChungus <38044391+SmollChungus@users.noreply.github.com>2021-12-22 13:47:01 +0100
committerGitHub <noreply@github.com>2021-12-22 12:47:01 +0000
commite95156d4d83ac849b1ee9b9220e9a27620bd88bc (patch)
treeab2db23e6bcdd9f3749d3eec8f7d49a3ce4c8857 /docs
parent96073e13680db84bea8374b43fcef5920c6a1035 (diff)
Documentation Typo fix (#15538)
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_haptic_feedback.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/feature_haptic_feedback.md b/docs/feature_haptic_feedback.md
index c8c74cb8f0..bbdf7e122c 100644
--- a/docs/feature_haptic_feedback.md
+++ b/docs/feature_haptic_feedback.md
@@ -167,7 +167,7 @@ List of waveform sequences from the datasheet:
```
#define DRV_GREETING *sequence name or number*
```
-If haptic feedback is enabled, the keyboard will vibrate to a specific sqeuence during startup. That can be selected using the following define:
+If haptic feedback is enabled, the keyboard will vibrate to a specific sequence during startup. That can be selected using the following define:
```
#define DRV_MODE_DEFAULT *sequence name or number*
@@ -207,4 +207,4 @@ With the entry of `#define NO_HAPTIC_LOCKKEYS` in config.h, none of the followin
With the entry of `#define NO_HAPTIC_NAV` in config.h, none of the following keys will trigger a feedback: Print Screen, Pause, Insert, Delete, Page Down, Page Up, Left Arrow, Up Arrow, Right Arrow, Down Arrow, End, Home.
### NO_HAPTIC_NUMERIC
-With the entry of `#define NO_HAPTIC_NUMERIC` in config.h, none of the following keys between 0 and 9 (KC_1 ... KC_0) will trigger a feedback. \ No newline at end of file
+With the entry of `#define NO_HAPTIC_NUMERIC` in config.h, none of the following keys between 0 and 9 (KC_1 ... KC_0) will trigger a feedback.