瀏覽代碼

Update docs/hardware_keyboard_guidelines.md

Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
Konstantin Đorđević 6 年之前
父節點
當前提交
9f2f9b5333
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/hardware_keyboard_guidelines.md

+ 1 - 1
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`