aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-10-06 19:34:46 +1100
committerGitHub <noreply@github.com>2021-10-06 19:34:46 +1100
commitd8f0c8783a0da2e5f49d10bb0119a5be7bb4b261 (patch)
treec2e7a99d6cf3d67dd3ee60975865264d94c55ce6 /docs
parenta94c6fa620ce8daf6436773accec89965c675ce5 (diff)
downloadqmk_firmware-d8f0c8783a0da2e5f49d10bb0119a5be7bb4b261.tar.gz
qmk_firmware-d8f0c8783a0da2e5f49d10bb0119a5be7bb4b261.zip
Remove sysex API (#14723)
Diffstat (limited to 'docs')
-rw-r--r--docs/faq_misc.md2
-rw-r--r--docs/getting_started_make_guide.md4
2 files changed, 1 insertions, 5 deletions
diff --git a/docs/faq_misc.md b/docs/faq_misc.md
index 9ab2b69a8..41d17906b 100644
--- a/docs/faq_misc.md
+++ b/docs/faq_misc.md
@@ -36,7 +36,7 @@ Size after:
36 can retry, loading that one 36 can retry, loading that one
37 - Some of the options you might specify in your keyboard's Makefile 37 - Some of the options you might specify in your keyboard's Makefile
38 consume extra memory; watch out for BOOTMAGIC_ENABLE, 38 consume extra memory; watch out for BOOTMAGIC_ENABLE,
39 MOUSEKEY_ENABLE, EXTRAKEY_ENABLE, CONSOLE_ENABLE, API_SYSEX_ENABLE 39 MOUSEKEY_ENABLE, EXTRAKEY_ENABLE, CONSOLE_ENABLE
40- DFU tools do /not/ allow you to write into the bootloader (unless 40- DFU tools do /not/ allow you to write into the bootloader (unless
41 you throw in an extra fruit salad of options), so there is little risk 41 you throw in an extra fruit salad of options), so there is little risk
42 there. 42 there.
diff --git a/docs/getting_started_make_guide.md b/docs/getting_started_make_guide.md
index 70390a510..deef7520e 100644
--- a/docs/getting_started_make_guide.md
+++ b/docs/getting_started_make_guide.md
@@ -125,10 +125,6 @@ This allows you output audio on the C6 pin (needs abstracting). See the [audio p
125 125
126Use 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. 126Use 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.
127 127
128`API_SYSEX_ENABLE`
129
130This enables using the Quantum SYSEX API to send strings (somewhere?)
131
132`KEY_LOCK_ENABLE` 128`KEY_LOCK_ENABLE`
133 129
134This enables [key lock](feature_key_lock.md). 130This enables [key lock](feature_key_lock.md).