diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-01-14 09:46:29 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-02-08 15:13:20 -0800 |
commit | a47860e7e3cdb214bdd9b036b9c9ec151d83d081 (patch) | |
tree | 8a8e7103d7edd3226c9c23acab6f857a09269667 /docs/hardware_keyboard_guidelines.md | |
parent | 096b480e3d398ec4406fbf85bc9e002c71f50eda (diff) | |
download | qmk_firmware-a47860e7e3cdb214bdd9b036b9c9ec151d83d081.tar.gz qmk_firmware-a47860e7e3cdb214bdd9b036b9c9ec151d83d081.zip |
Update docs/hardware_keyboard_guidelines.md
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
Diffstat (limited to 'docs/hardware_keyboard_guidelines.md')
-rw-r--r-- | docs/hardware_keyboard_guidelines.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hardware_keyboard_guidelines.md b/docs/hardware_keyboard_guidelines.md index 978a1581a..e0bf95cb7 100644 --- a/docs/hardware_keyboard_guidelines.md +++ b/docs/hardware_keyboard_guidelines.md | |||
@@ -30,7 +30,7 @@ Clueboard uses sub-folders for both purposes, organization and keyboard revision | |||
30 | 30 | ||
31 | * [`qmk_firmware`](https://github.com/qmk/qmk_firmware/tree/master) | 31 | * [`qmk_firmware`](https://github.com/qmk/qmk_firmware/tree/master) |
32 | * [`keyboards`](https://github.com/qmk/qmk_firmware/tree/master/keyboards) | 32 | * [`keyboards`](https://github.com/qmk/qmk_firmware/tree/master/keyboards) |
33 | * [`clueboard`](https://github.com/qmk/qmk_firmware/tree/master/keyboards/clueboard) <-- this is the organization folder, no `rules.mk` file | 33 | * [`clueboard`](https://github.com/qmk/qmk_firmware/tree/master/keyboards/clueboard) ← This is the organization directory, there's no `rules.mk` file. |
34 | * [`60`](https://github.com/qmk/qmk_firmware/tree/master/keyboards/clueboard/60) <-- this is a compilable keyboard, it has a `rules.mk` file. | 34 | * [`60`](https://github.com/qmk/qmk_firmware/tree/master/keyboards/clueboard/60) <-- this is a compilable keyboard, it has a `rules.mk` file. |
35 | * [`66`](https://github.com/qmk/qmk_firmware/tree/master/keyboards/clueboard/66) <-- this is also compilable, it uses `DEFAULT_FOLDER` to specify `rev3` as the default revision | 35 | * [`66`](https://github.com/qmk/qmk_firmware/tree/master/keyboards/clueboard/66) <-- this is also compilable, it uses `DEFAULT_FOLDER` to specify `rev3` as the default revision |
36 | * [`rev1`](https://github.com/qmk/qmk_firmware/tree/master/keyboards/clueboard/66/rev1) <-- compilable, `make clueboard/66/rev1` | 36 | * [`rev1`](https://github.com/qmk/qmk_firmware/tree/master/keyboards/clueboard/66/rev1) <-- compilable, `make clueboard/66/rev1` |