summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKonstantin Đorđević <vomindoraan@gmail.com>2019-01-14 18:52:39 +0100
committerskullydazed <skullydazed@users.noreply.github.com>2019-02-09 00:13:20 +0100
commitbd9be8af4a9de3ae50e7bdda89e69346235a3b6d (patch)
treecae58ad12e11e8917da8f161e5e2ac1211675a70 /docs
parent59bf9127f2b50b79a239ab176d0b1d4cd2698ede (diff)
downloadqmk_firmware-bd9be8af4a9de3ae50e7bdda89e69346235a3b6d.tar.gz
qmk_firmware-bd9be8af4a9de3ae50e7bdda89e69346235a3b6d.tar.xz
Update docs/hardware_keyboard_guidelines.md
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/hardware_keyboard_guidelines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hardware_keyboard_guidelines.md b/docs/hardware_keyboard_guidelines.md
index 0026bc12b..d6ebeadb4 100644
--- a/docs/hardware_keyboard_guidelines.md
+++ b/docs/hardware_keyboard_guidelines.md
@@ -33,7 +33,7 @@ Clueboard uses sub-folders for both purposes, organization and keyboard revision
* [`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) &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) &lt;-- compilable, `make clueboard/66/rev1`
+ * [`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`
* [`rev3`](https://github.com/qmk/qmk_firmware/tree/master/keyboards/clueboard/66/rev3) &lt;-- compilable, `make clueboard/66/rev3` and `make clueboard/66`