fix(docs): fix capitalization of a few words
This commit is contained in:
parent
0d3cfa8596
commit
06cf336762
1 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ A keymap file is composed of several sections, that together make up a valid dev
|
||||||
|
|
||||||
### Includes
|
### Includes
|
||||||
|
|
||||||
THe devicetree files are actually preprocessed before being finally leveraged by Zephyr. This allows using standard C defines to create meaningful placeholders
|
The devicetree files are actually preprocessed before being finally leveraged by Zephyr. This allows using standard C defines to create meaningful placeholders
|
||||||
for what would otherwise be cryptic integer keycodes, etc. This also allows bringing in _other_ devicetree nodes from separate files.
|
for what would otherwise be cryptic integer keycodes, etc. This also allows bringing in _other_ devicetree nodes from separate files.
|
||||||
|
|
||||||
The top two lines of most keymaps should include:
|
The top two lines of most keymaps should include:
|
||||||
|
@ -96,7 +96,7 @@ The second include brings in the defines for all the keycodes (e.g. `A`, `NUM_1`
|
||||||
|
|
||||||
### Root devicetree Node
|
### Root devicetree Node
|
||||||
|
|
||||||
ALl the remaining keymap nodes will be nested inside of the root devicetree node, like so:
|
All the remaining keymap nodes will be nested inside of the root devicetree node, like so:
|
||||||
|
|
||||||
```devicetree
|
```devicetree
|
||||||
/ {
|
/ {
|
||||||
|
|
Loading…
Add table
Reference in a new issue