Minor capitalization fix

This commit is contained in:
Kevin 2020-08-29 17:47:41 -07:00
parent dad2d339b3
commit 276a2620b9
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ A keymap file is composed of several sections, that together make up a valid dev
### 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.
The top two lines of most keymaps should include: