diff options
author | Mamoor Jaan Khan <56243233+LowNightSnack@users.noreply.github.com> | 2020-09-10 09:59:33 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 09:59:33 +0530 |
commit | 82ddf81fcb4f1f5e629fe2c2dd0c8c0ba803964f (patch) | |
tree | 815ccd8cab13a7cd7f0f11b3f3368a01ee864fe2 | |
parent | 6a0e85ea726ac49bb95bdfd1c7770f7da826bf1a (diff) |
Update dev-guide-new-shield.md
-rw-r--r-- | docs/docs/dev-guide-new-shield.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/docs/dev-guide-new-shield.md b/docs/docs/dev-guide-new-shield.md index bc5175b..8aa62da 100644 --- a/docs/docs/dev-guide-new-shield.md +++ b/docs/docs/dev-guide-new-shield.md @@ -64,6 +64,8 @@ endif ## Shield Overlay +![Labelled Pro Micro Image](pro-micro-labelled-image.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: |