aboutsummaryrefslogtreecommitdiff
path: root/docs/getting_started_make_guide.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting_started_make_guide.md')
-rw-r--r--docs/getting_started_make_guide.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/getting_started_make_guide.md b/docs/getting_started_make_guide.md
index 299c5785b..fac801082 100644
--- a/docs/getting_started_make_guide.md
+++ b/docs/getting_started_make_guide.md
@@ -21,7 +21,7 @@ As mentioned above, there are some shortcuts, when you are in a:
21* `keyboard` folder, the command will automatically fill the `<keyboard>` part. So you only need to type `<subproject>-<keymap>-<target>` 21* `keyboard` folder, the command will automatically fill the `<keyboard>` part. So you only need to type `<subproject>-<keymap>-<target>`
22* `subproject` folder, it will fill in both `<keyboard>` and `<subproject>` 22* `subproject` folder, it will fill in both `<keyboard>` and `<subproject>`
23* `keymap` folder, then `<keyboard>` and `<keymap>` will be filled in. If you need to specify the `<subproject>` use the following syntax `<subproject>-<target>` 23* `keymap` folder, then `<keyboard>` and `<keymap>` will be filled in. If you need to specify the `<subproject>` use the following syntax `<subproject>-<target>`
24 * Note in order to support this shortcut, the keymap needs its own Makefile (see the example [here](https://github.com/qmk/qmk_firmware/blob/master/doc/keymap_makefile_example.mk)) 24 * Note in order to support this shortcut, the keymap needs its own Makefile
25* `keymap` folder of a `subproject`, then everything except the `<target>` will be filled in 25* `keymap` folder of a `subproject`, then everything except the `<target>` will be filled in
26 26
27The `<target>` means the following 27The `<target>` means the following
@@ -142,7 +142,7 @@ This allows you to interface with a Bluefruit EZ-key to send keycodes wirelessly
142 142
143`AUDIO_ENABLE` 143`AUDIO_ENABLE`
144 144
145This allows you output audio on the C6 pin (needs abstracting). See the [audio section](#audio-output-from-a-speaker) for more information. 145This allows you output audio on the C6 pin (needs abstracting). See the [audio page](feature_audio.md) for more information.
146 146
147`FAUXCLICKY_ENABLE` 147`FAUXCLICKY_ENABLE`
148 148
@@ -150,7 +150,7 @@ Uses buzzer to emulate clicky switches. A cheap imitation of the Cherry blue swi
150 150
151`VARIABLE_TRACE` 151`VARIABLE_TRACE`
152 152
153Use this to debug changes to variable values, see the [tracing variables](#tracing-variables) section for more information. 153Use this to debug changes to variable values, see the [tracing variables](unit_testing.md#tracing-variables) section of the Unit Testing page for more information.
154 154
155`API_SYSEX_ENABLE` 155`API_SYSEX_ENABLE`
156 156