]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Remove reference to Ergodox subprojects from docs
authorJonathan Arnett <jonarnett90@gmail.com>
Thu, 12 Oct 2017 15:22:41 +0000 (11:22 -0400)
committerJack Humbert <jack.humb@gmail.com>
Thu, 12 Oct 2017 16:25:47 +0000 (06:25 -1000)
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.

docs/getting_started_make_guide.md

index 4d73376841c8d0db76a76bd29af7839cfcf01b15..97383d950a41b239f091fe22132741c0e342fba2 100644 (file)
@@ -4,7 +4,7 @@ The full syntax of the `make` command is `<keyboard>-<subproject>-<keymap>-<targ
 
 * `<keyboard>` is the name of the keyboard, for example `planck`
   * Use `allkb` to compile all keyboards
-* `<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`.
+* `<subproject>` is the name of the subproject (revision or sub-model of the keyboard). For example, for Planck it can be `rev3` or `rev4`.
   * If the keyboard doesn't have any subprojects, it can be left out
   * To compile the default subproject, you can leave it out, or specify `defaultsp`
   * Use `allsp` to compile all subprojects