]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Update docs/hardware_keyboard_guidelines.md
authorKonstantin Đorđević <vomindoraan@gmail.com>
Mon, 14 Jan 2019 17:34:24 +0000 (09:34 -0800)
committerskullydazed <skullydazed@users.noreply.github.com>
Fri, 8 Feb 2019 23:13:20 +0000 (15:13 -0800)
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
docs/hardware_keyboard_guidelines.md

index 21f3c695d90e1832fde5a0197388caf110f52c1a..c00a30664c5b9371786e98f860bd8fdf001efe6d 100644 (file)
@@ -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`