diff options
-rw-r--r-- | readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -348,6 +348,10 @@ This allows you output audio on the C6 pin (needs abstracting). See the [audio s | |||
348 | 348 | ||
349 | Use this to debug changes to variable values, see the [tracing variables](#tracing-variables) section for more information. | 349 | Use this to debug changes to variable values, see the [tracing variables](#tracing-variables) section for more information. |
350 | 350 | ||
351 | `API_SYSEX_ENABLE` | ||
352 | |||
353 | This enables using the Quantum SYSEX API to send strings (somewhere?) | ||
354 | |||
351 | ### Customizing Makefile options on a per-keymap basis | 355 | ### Customizing Makefile options on a per-keymap basis |
352 | 356 | ||
353 | If your keymap directory has a file called `Makefile` (note the filename), any Makefile options you set in that file will take precedence over other Makefile options for your particular keyboard. | 357 | If your keymap directory has a file called `Makefile` (note the filename), any Makefile options you set in that file will take precedence over other Makefile options for your particular keyboard. |
@@ -1339,6 +1343,9 @@ Size after: | |||
1339 | 28672/7000h | 1343 | 28672/7000h |
1340 | - As long as you have a suitable alternative .hex file around, you | 1344 | - As long as you have a suitable alternative .hex file around, you |
1341 | can retry, loading that one | 1345 | can retry, loading that one |
1346 | - Some of the options you might specify in your keyboard's Makefile | ||
1347 | consume extra memory; watch out for BOOTMAGIC_ENABLE, | ||
1348 | MOUSEKEY_ENABLE, EXTRAKEY_ENABLE, CONSOLE_ENABLE, API_SYSEX_ENABLE | ||
1342 | - DFU tools do /not/ allow you to write into the bootloader (unless | 1349 | - DFU tools do /not/ allow you to write into the bootloader (unless |
1343 | you throw in extra fruitsalad of options), so there is little risk | 1350 | you throw in extra fruitsalad of options), so there is little risk |
1344 | there. | 1351 | there. |