]> 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:53:29 +0000 (09:53 -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 d6ebeadb44a7dbd5ce7a552f26b3ca75c1bf3431..d51396cd0043c2d71bf9ee40919e1c2931580ed8 100644 (file)
@@ -34,7 +34,7 @@ Clueboard uses sub-folders for both purposes, organization and keyboard revision
       * [`60`](https://github.com/qmk/qmk_firmware/tree/master/keyboards/clueboard/60)  &larr; This is a compilable keyboard, it has a `rules.mk` file.
       * [`66`](https://github.com/qmk/qmk_firmware/tree/master/keyboards/clueboard/66) &larr; 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) &larr; compilable: `make clueboard/66/rev1`
-        * [`rev2`](https://github.com/qmk/qmk_firmware/tree/master/keyboards/clueboard/66/rev2)  &lt;-- compilable, `make clueboard/66/rev2`
+        * [`rev2`](https://github.com/qmk/qmk_firmware/tree/master/keyboards/clueboard/66/rev2) &larr; compilable: `make clueboard/66/rev2`
         * [`rev3`](https://github.com/qmk/qmk_firmware/tree/master/keyboards/clueboard/66/rev3)  &lt;-- compilable, `make clueboard/66/rev3` and `make clueboard/66`
 
 ## Keyboard Folder Structure