diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-01-14 09:53:29 -0800 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-02-08 15:13:20 -0800 |
commit | 5fdb398e0a3f7a6f8d6555e7dceaea4ac71f334c (patch) | |
tree | ee3b206a0bd617583a36e35d7b2deef11b619b53 /docs | |
parent | bd9be8af4a9de3ae50e7bdda89e69346235a3b6d (diff) | |
download | qmk_firmware-5fdb398e0a3f7a6f8d6555e7dceaea4ac71f334c.tar.gz qmk_firmware-5fdb398e0a3f7a6f8d6555e7dceaea4ac71f334c.zip |
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.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hardware_keyboard_guidelines.md b/docs/hardware_keyboard_guidelines.md index d6ebeadb44..d51396cd00 100644 --- a/docs/hardware_keyboard_guidelines.md +++ b/docs/hardware_keyboard_guidelines.md @@ -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) ← This is a compilable keyboard, it has a `rules.mk` file. * [`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. * [`rev1`](https://github.com/qmk/qmk_firmware/tree/master/keyboards/clueboard/66/rev1) ← compilable: `make clueboard/66/rev1` - * [`rev2`](https://github.com/qmk/qmk_firmware/tree/master/keyboards/clueboard/66/rev2) <-- compilable, `make clueboard/66/rev2` + * [`rev2`](https://github.com/qmk/qmk_firmware/tree/master/keyboards/clueboard/66/rev2) ← compilable: `make clueboard/66/rev2` * [`rev3`](https://github.com/qmk/qmk_firmware/tree/master/keyboards/clueboard/66/rev3) <-- compilable, `make clueboard/66/rev3` and `make clueboard/66` ## Keyboard Folder Structure |