diff options
| author | Joel Challis | 2025-07-23 14:08:48 +0200 |
|---|---|---|
| committer | GitHub | 2025-07-23 14:08:48 +0200 |
| commit | 36c3f4deba7e4c670736cc95db144b25156e90f1 (patch) | |
| tree | d5faa6acc97cc430c0a09b1fe5e7841b40b01588 /docs/getting_started_make_guide.md | |
| parent | 74d64c7f43a9a1a0f6a0a26c981f1611ac0edaa3 (diff) | |
[docs] Align more keyboard placeholders (#25510)
Diffstat (limited to 'docs/getting_started_make_guide.md')
| -rw-r--r-- | docs/getting_started_make_guide.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting_started_make_guide.md b/docs/getting_started_make_guide.md index 59455adb30..54f915e444 100644 --- a/docs/getting_started_make_guide.md +++ b/docs/getting_started_make_guide.md @@ -1,8 +1,8 @@ # More Detailed `make` Instructions -The full syntax of the `make` command is `<keyboard_folder>:<keymap>:<target>`, where: +The full syntax of the `make` command is `<keyboard>:<keymap>:<target>`, where: -* `<keyboard_folder>` is the path of the keyboard, for example `planck` +* `<keyboard>` is the path of the keyboard, for example `planck` * Use `all` to compile all keyboards * Specify the path to compile a revision, for example `planck/rev4` or `planck/rev3` * If the keyboard doesn't have any folders, it can be left out |