diff options
Diffstat (limited to 'docs/getting_started_make_guide.md')
-rw-r--r-- | docs/getting_started_make_guide.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/getting_started_make_guide.md b/docs/getting_started_make_guide.md index a57edcb98..e51541190 100644 --- a/docs/getting_started_make_guide.md +++ b/docs/getting_started_make_guide.md | |||
@@ -133,6 +133,10 @@ This consumes about 5390 bytes. | |||
133 | 133 | ||
134 | This enables [key lock](feature_key_lock.md). This consumes an additional 260 bytes. | 134 | This enables [key lock](feature_key_lock.md). This consumes an additional 260 bytes. |
135 | 135 | ||
136 | `SPLIT_KEYBOARD` | ||
137 | |||
138 | This enables split keyboard support (dual MCU like the let's split and bakingpy's boards) and includes all necessary files located at quantum/split_common | ||
139 | |||
136 | ## Customizing Makefile Options on a Per-Keymap Basis | 140 | ## Customizing Makefile Options on a Per-Keymap Basis |
137 | 141 | ||
138 | If your keymap directory has a file called `rules.mk` any options you set in that file will take precedence over other `rules.mk` options for your particular keyboard. | 142 | If your keymap directory has a file called `rules.mk` any options you set in that file will take precedence over other `rules.mk` options for your particular keyboard. |