diff options
author | osjuga <43299093+osjuga@users.noreply.github.com> | 2019-12-07 07:19:18 -0500 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2019-12-07 23:19:18 +1100 |
commit | f275ffbdfc1cbd1965cd3546b45a7838012321da (patch) | |
tree | 548dba9d1d37dd236dfee8e97ebca5088c6989c6 /docs/feature_haptic_feedback.md | |
parent | 36a6e269bfff8b557a92e3c5e7a4a104d0dfe5f7 (diff) | |
download | qmk_firmware-f275ffbdfc1cbd1965cd3546b45a7838012321da.tar.gz |
Minor grammar and filename fixes in docs (#7559)
Grammar in coding_conventions_c.md and coding_conventions_python.md
`rule.mk` to `rules.mk` in feature_haptic_feedback.md and feature_rgb_matrix.md
Diffstat (limited to 'docs/feature_haptic_feedback.md')
-rw-r--r-- | docs/feature_haptic_feedback.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_haptic_feedback.md b/docs/feature_haptic_feedback.md index 227363322..ff7337a51 100644 --- a/docs/feature_haptic_feedback.md +++ b/docs/feature_haptic_feedback.md @@ -2,7 +2,7 @@ ## Haptic feedback rules.mk options -The following options are currently available for haptic feedback in `rule.mk`: +The following options are currently available for haptic feedback in `rules.mk`: `HAPTIC_ENABLE += DRV2605L` |