aboutsummaryrefslogtreecommitdiff
path: root/docs/feature_digitizer.md
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-09-14 22:16:24 +1000
committerGitHub <noreply@github.com>2021-09-14 13:16:24 +0100
commitb56282756b5faa410301de8c4ecdcae0e0148652 (patch)
treecf68cfe0e4f148d6eab52ae289ce261bea88f6c3 /docs/feature_digitizer.md
parent0ca4a56a0449d17a497ba610d4cee41c914ff50e (diff)
downloadqmk_firmware-b56282756b5faa410301de8c4ecdcae0e0148652.tar.gz
qmk_firmware-b56282756b5faa410301de8c4ecdcae0e0148652.zip
[Docs] Clean up some code block languages (#14434)
Diffstat (limited to 'docs/feature_digitizer.md')
-rw-r--r--docs/feature_digitizer.md2
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
5To enable the digitizer interface, add the following line to your rules.mk: 5To enable the digitizer interface, add the following line to your rules.mk:
6 6
7```makefile 7```make
8DIGITIZER_ENABLE = yes 8DIGITIZER_ENABLE = yes
9``` 9```
10 10