diff options
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 d2596b2e2..df82a001f 100644 --- a/docs/getting_started_make_guide.md +++ b/docs/getting_started_make_guide.md | |||
| @@ -59,7 +59,7 @@ To disable debug messages (*dprint*) and reduce the .hex file size, include `#de | |||
| 59 | 59 | ||
| 60 | To disable print messages (*print*, *xprintf*) and user print messages (*uprint*) and reduce the .hex file size, include `#define NO_PRINT` in your `config.h` file. | 60 | To disable print messages (*print*, *xprintf*) and user print messages (*uprint*) and reduce the .hex file size, include `#define NO_PRINT` in your `config.h` file. |
| 61 | 61 | ||
| 62 | To disable print messages (*print*, *xprintf*) and **KEEP** user print messages (*uprint*), include `#define USER_PRINT` in your `config.h` file. | 62 | To disable print messages (*print*, *xprintf*) and **KEEP** user print messages (*uprint*), include `#define USER_PRINT` in your `config.h` file (do not also include `#define NO_PRINT` in this case). |
| 63 | 63 | ||
| 64 | To see the text, open `hid_listen` and enjoy looking at your printed messages. | 64 | To see the text, open `hid_listen` and enjoy looking at your printed messages. |
| 65 | 65 | ||
| @@ -135,7 +135,7 @@ As there is no standard split communication driver for ARM-based split keyboards | |||
| 135 | 135 | ||
| 136 | `CUSTOM_MATRIX` | 136 | `CUSTOM_MATRIX` |
| 137 | 137 | ||
| 138 | Lets you replace the default matrix scanning routine with your own code. You will need to provide your own implementations of matrix_init() and matrix_scan(). | 138 | Lets you replace the default matrix scanning routine with your own code. For further details, see the [Custom Matrix page](custom_matrix.md). |
| 139 | 139 | ||
| 140 | `DEBOUNCE_TYPE` | 140 | `DEBOUNCE_TYPE` |
| 141 | 141 | ||
