diff options
author | Jonathan Arnett <jonarnett90@gmail.com> | 2017-10-12 11:22:41 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-10-12 06:25:47 -1000 |
commit | 4c0ff7b7eacd79ad0997bcabf547132ad79b4569 (patch) | |
tree | 72df2d4fb7af214c88eb559fcb68ab2f37023ea5 | |
parent | db5afb05cfb42130167904418b245ba2f5a0b16f (diff) | |
download | qmk_firmware-4c0ff7b7eacd79ad0997bcabf547132ad79b4569.tar.gz qmk_firmware-4c0ff7b7eacd79ad0997bcabf547132ad79b4569.zip |
Remove reference to Ergodox subprojects from docs
At one time, "ez" and "infinity" may have been subprojects of a
unified "ergodox" project, but this is not currently the case. Running
`make ergodox-ez-default-teensy` (or similar), as the documentation
currently implies, does not work.
-rw-r--r-- | docs/getting_started_make_guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started_make_guide.md b/docs/getting_started_make_guide.md index 4d7337684..97383d950 100644 --- a/docs/getting_started_make_guide.md +++ b/docs/getting_started_make_guide.md | |||
@@ -4,7 +4,7 @@ The full syntax of the `make` command is `<keyboard>-<subproject>-<keymap>-<targ | |||
4 | 4 | ||
5 | * `<keyboard>` is the name of the keyboard, for example `planck` | 5 | * `<keyboard>` is the name of the keyboard, for example `planck` |
6 | * Use `allkb` to compile all keyboards | 6 | * Use `allkb` to compile all keyboards |
7 | * `<subproject>` is the name of the subproject (revision or sub-model of the keyboard). For example, for Ergodox it can be `ez` or `infinity`, and for Planck `rev3` or `rev4`. | 7 | * `<subproject>` is the name of the subproject (revision or sub-model of the keyboard). For example, for Planck it can be `rev3` or `rev4`. |
8 | * If the keyboard doesn't have any subprojects, it can be left out | 8 | * If the keyboard doesn't have any subprojects, it can be left out |
9 | * To compile the default subproject, you can leave it out, or specify `defaultsp` | 9 | * To compile the default subproject, you can leave it out, or specify `defaultsp` |
10 | * Use `allsp` to compile all subprojects | 10 | * Use `allsp` to compile all subprojects |