summaryrefslogtreecommitdiffstats
path: root/docs/hardware_keyboard_guidelines.md
diff options
context:
space:
mode:
authorKonstantin Đorđević <vomindoraan@gmail.com>2019-01-14 18:34:24 +0100
committerskullydazed <skullydazed@users.noreply.github.com>2019-02-09 00:13:20 +0100
commit9f2f9b53336389b3af0b4b1a61e5c2b4f3360619 (patch)
tree87cd60aef709779bd2f67291805627304a90f3ba /docs/hardware_keyboard_guidelines.md
parent7e446183259c6537e79b9bb9101bb7c30494653b (diff)
downloadqmk_firmware-9f2f9b53336389b3af0b4b1a61e5c2b4f3360619.tar.gz
qmk_firmware-9f2f9b53336389b3af0b4b1a61e5c2b4f3360619.tar.xz
Update docs/hardware_keyboard_guidelines.md
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
Diffstat (limited to 'docs/hardware_keyboard_guidelines.md')
-rw-r--r--docs/hardware_keyboard_guidelines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hardware_keyboard_guidelines.md b/docs/hardware_keyboard_guidelines.md
index 21f3c695d..c00a30664 100644
--- a/docs/hardware_keyboard_guidelines.md
+++ b/docs/hardware_keyboard_guidelines.md
@@ -53,7 +53,7 @@ All projects need to have a `readme.md` file that explains what the keyboard is,
### `config.h`
-All projects need to have a `config.h` file to set things like the processor type, bootloader, USB VID/PID, and other default settings. In general you should use this file to set reasonable defaults for your keyboard that will always work.
+All projects need to have a `config.h` file that sets things like the matrix size, product name, USB VID/PID, description and other settings. In general, use this file to set essential information and defaults for your keyboard that will always work.
### `rules.mk`