diff options
Diffstat (limited to 'docs/adding_a_keyboard_to_qmk.md')
-rw-r--r-- | docs/adding_a_keyboard_to_qmk.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/adding_a_keyboard_to_qmk.md b/docs/adding_a_keyboard_to_qmk.md index c8b76c1b9..5ee2c8cca 100644 --- a/docs/adding_a_keyboard_to_qmk.md +++ b/docs/adding_a_keyboard_to_qmk.md | |||
@@ -4,7 +4,7 @@ We welcome all keyboard projects into QMK, but ask that you try to stick to a co | |||
4 | 4 | ||
5 | ## Naming your directory/project | 5 | ## Naming your directory/project |
6 | 6 | ||
7 | All names should be lowercase alphanumeric, and separated by an underscore (`_`), but not begin with one. Dashes (`-`) aren't allow by our build system, and will confuse it with keymaps/subprojects. Your directory and your `.h` and `.c` files should have exactly the same name. Subprojects/revision should follow the same format. | 7 | All names should be lowercase alphanumeric, and separated by an underscore (`_`), but not begin with one. Your directory and your `.h` and `.c` files should have exactly the same name. All folders should follow the same format. |
8 | 8 | ||
9 | ## `readme.md` | 9 | ## `readme.md` |
10 | 10 | ||