Update docs/hardware_keyboard_guidelines.md

Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
This commit is contained in:
Konstantin Đorđević 2019-01-14 09:52:39 -08:00 committed by skullydazed
parent 59bf9127f2
commit bd9be8af4a
1 changed files with 1 additions and 1 deletions

View File

@ -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`