]> 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:46:29 +0000 (09:46 -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 978a1581a6d04b80ed17b810c7a054b08c31e006..e0bf95cb740e0822505f7a7c1bc12c7dd932eaa7 100644 (file)
@@ -30,7 +30,7 @@ Clueboard uses sub-folders for both purposes, organization and keyboard revision
 
 * [`qmk_firmware`](https://github.com/qmk/qmk_firmware/tree/master)
   * [`keyboards`](https://github.com/qmk/qmk_firmware/tree/master/keyboards)
-    * [`clueboard`](https://github.com/qmk/qmk_firmware/tree/master/keyboards/clueboard)  &lt;-- this is the organization folder, no `rules.mk` file
+    * [`clueboard`](https://github.com/qmk/qmk_firmware/tree/master/keyboards/clueboard)  &larr; This is the organization directory, there's no `rules.mk` file.
       * [`60`](https://github.com/qmk/qmk_firmware/tree/master/keyboards/clueboard/60)  &lt;-- this is a compilable keyboard, it has a `rules.mk` file.
       * [`66`](https://github.com/qmk/qmk_firmware/tree/master/keyboards/clueboard/66)  &lt;-- this is also compilable, it uses `DEFAULT_FOLDER` to specify `rev3` as the default revision
         * [`rev1`](https://github.com/qmk/qmk_firmware/tree/master/keyboards/clueboard/66/rev1)  &lt;-- compilable, `make clueboard/66/rev1`