From 4c0ff7b7eacd79ad0997bcabf547132ad79b4569 Mon Sep 17 00:00:00 2001 From: Jonathan Arnett Date: Thu, 12 Oct 2017 11:22:41 -0400 Subject: [PATCH] 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. --- docs/getting_started_make_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `---` is the name of the keyboard, for example `planck` * Use `allkb` to compile all keyboards -* `` 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`. +* `` 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