diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-01-14 09:56:26 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-02-08 15:13:20 -0800 |
commit | a45b625b6253c30a573f29684829b6200c12b8a3 (patch) | |
tree | 3b0a4d4bd14e2c912de4b0738051c7162b8652d4 /docs | |
parent | a5f158131638f1a68f7eaffba7aa2803944afa75 (diff) | |
download | qmk_firmware-a45b625b6253c30a573f29684829b6200c12b8a3.tar.gz qmk_firmware-a45b625b6253c30a573f29684829b6200c12b8a3.zip |
Update docs/hardware_keyboard_guidelines.md
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hardware_keyboard_guidelines.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hardware_keyboard_guidelines.md b/docs/hardware_keyboard_guidelines.md index 6d03781919..6b996ecf62 100644 --- a/docs/hardware_keyboard_guidelines.md +++ b/docs/hardware_keyboard_guidelines.md @@ -57,7 +57,7 @@ All projects need to have a `config.h` file that sets things like the matrix siz ### `rules.mk` -The prescence of this file means this folder is a keyboard target, and can be used in make commands. This is where you setup the build environment for your keyboard and configure the default set of features. +The presence of this file means that the folder is a keyboard target and can be used in `make` commands. This is where you setup the build environment for your keyboard and configure the default set of features. ### `<keyboard_name.c>` |