summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKurtis Lew <kurtis.a.lew@gmail.com>2020-09-14 20:46:42 -0700
committerGitHub <noreply@github.com>2020-09-14 20:46:42 -0700
commit0f8561daa155c765b2c04fe012bc4fa3d38cdfd7 (patch)
tree5ab6dde496e906a66e4aa08abf2cddc3c2468c10 /docs
parentf6932992d213a9e5ef061a13e7b8ef1137e7aa2f (diff)
Update dev-guide-new-shield.md
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/dev-guide-new-shield.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/docs/dev-guide-new-shield.md b/docs/docs/dev-guide-new-shield.md
index 71af54e..c5b9a3d 100644
--- a/docs/docs/dev-guide-new-shield.md
+++ b/docs/docs/dev-guide-new-shield.md
@@ -17,8 +17,6 @@ The high level steps are:
- (Optional) Add the matrix transform for mapping KSCAN row/column values to sane key positions. This is needed for non-rectangular keyboards, or where the underlying row/column pin arrangement does not map one to one with logical locations on the keyboard.
- Add a default keymap, which users can override in their own configs as needed.
- Add support for features such as encoders, OLED displays, or RGB underglow.
-
-
- Update build.yml
It may be helpful to review the upstream [shields documentation](https://docs.zephyrproject.org/2.3.0/guides/porting/shields.html#shields) to get a proper understanding of the underlying system before continuing.
@@ -337,4 +335,4 @@ jobs:
```
:::note
Notice that both the left and right halves of a split board need to be added to the list of shields for proper error checking.
-:::note \ No newline at end of file
+:::note