summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMamoor Jaan Khan <56243233+LowNightSnack@users.noreply.github.com>2020-09-11 19:54:03 +0530
committerGitHub <noreply@github.com>2020-09-11 19:54:03 +0530
commit4ce70831dddfbe1c8fda8d23086388ad36a421a5 (patch)
tree9bc448f2e7bf9d48b3aae81685e47ecd13bfa927 /docs
parente660e56dfb428d58d6c6548ac804c8933495c22d (diff)
Update dev-guide-new-shield.md
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/dev-guide-new-shield.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/dev-guide-new-shield.md b/docs/docs/dev-guide-new-shield.md
index 23d2387..832519d 100644
--- a/docs/docs/dev-guide-new-shield.md
+++ b/docs/docs/dev-guide-new-shield.md
@@ -64,7 +64,7 @@ endif
## Shield Overlay
-![Labelled Pro Micro pins](pro-micro-labelled-image.jpg)
+![Labelled Pro Micro pins](assets/pro-micro/pro-micro-pins-labelled.jpg)
The `<shield_name>.overlay` is the devicetree description of the keyboard shield that is merged with the primary board devicetree description before the build. For ZMK, this file at a minimum should include the [chosen]() node named `zmk,kscan` that references a KSCAN driver instance. For a simple 3x3 macropad matrix,
this might look something like: