diff options
author | Mamoor Jaan Khan <56243233+LowNightSnack@users.noreply.github.com> | 2020-09-10 10:04:15 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 10:04:15 +0530 |
commit | 92b3ea8a6b75764acab216470050c8138acf2643 (patch) | |
tree | 81c5313175355d7aee39cf39ddb4c8fdff77f705 /docs | |
parent | 3c9f58f9d40d21f5c0bec20b6da75e135503af0a (diff) |
Update dev-guide-new-shield.md
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/dev-guide-new-shield.md | 2 |
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 8aa62da..23d2387 100644 --- a/docs/docs/dev-guide-new-shield.md +++ b/docs/docs/dev-guide-new-shield.md @@ -64,7 +64,7 @@ endif ## Shield Overlay - + 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: |