]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
correct description (#7240)
authorumi <57262844+umi-umi@users.noreply.github.com>
Sat, 2 Nov 2019 13:11:36 +0000 (22:11 +0900)
committerJoel Challis <git@zvecr.com>
Sat, 2 Nov 2019 13:11:36 +0000 (13:11 +0000)
docs/feature_haptic_feedback.md

index acd156a27aa0a3e93a541fd9b6a3beeb5dd7552f..d9e445de86a6a8ac17ff84b1981dc36595d875a4 100644 (file)
@@ -22,7 +22,7 @@ Not all keycodes below will work depending on which haptic mechanism you have ch
 | Name      | Description                                           |
 |-----------|-------------------------------------------------------|
 |`HPT_ON`   | Turn haptic feedback on                               |
-|`HPT_OFF`  | Turn haptic feedback o                              |
+|`HPT_OFF`  | Turn haptic feedback off                              |
 |`HPT_TOG`  | Toggle haptic feedback on/off                         |
 |`HPT_RST`  | Reset haptic feedback config to default               |
 |`HPT_FBK`  | Toggle feedback to occur on keypress, release or both |