]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/adding_a_keyboard_to_qmk.md
Fix missing code backticks
[qmk_firmware.git] / docs / adding_a_keyboard_to_qmk.md
index c8b76c1b9f4fe473bcc42410d8dba13572572798..5ee2c8ccae5802e39ff529eeac3bc5c15e5eec42 100644 (file)
@@ -4,7 +4,7 @@ We welcome all keyboard projects into QMK, but ask that you try to stick to a co
 
 ## Naming your directory/project
 
-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. 
+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. 
 
 ## `readme.md`