diff options
Diffstat (limited to 'docs/feature_digitizer.md')
-rw-r--r-- | docs/feature_digitizer.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_digitizer.md b/docs/feature_digitizer.md index 9b6aeddba..ac2d64f97 100644 --- a/docs/feature_digitizer.md +++ b/docs/feature_digitizer.md | |||
@@ -4,7 +4,7 @@ The digitizer HID interface allows setting the mouse cursor position at absolute | |||
4 | 4 | ||
5 | To enable the digitizer interface, add the following line to your rules.mk: | 5 | To enable the digitizer interface, add the following line to your rules.mk: |
6 | 6 | ||
7 | ```makefile | 7 | ```make |
8 | DIGITIZER_ENABLE = yes | 8 | DIGITIZER_ENABLE = yes |
9 | ``` | 9 | ``` |
10 | 10 | ||