diff options
Diffstat (limited to 'docs/feature_split_keyboard.md')
| -rw-r--r-- | docs/feature_split_keyboard.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/feature_split_keyboard.md b/docs/feature_split_keyboard.md index b23411420..c285e353d 100644 --- a/docs/feature_split_keyboard.md +++ b/docs/feature_split_keyboard.md | |||
| @@ -181,6 +181,16 @@ If you're having issues with serial communication, you can change this value, as | |||
| 181 | * **`4`**: about 26kbps | 181 | * **`4`**: about 26kbps |
| 182 | * **`5`**: about 20kbps | 182 | * **`5`**: about 20kbps |
| 183 | 183 | ||
| 184 | ```c | ||
| 185 | #define SPLIT_MODS_ENABLE | ||
| 186 | ``` | ||
| 187 | |||
| 188 | This enables transmitting modifier state (normal, weak and oneshot) to the non | ||
| 189 | primary side of the split keyboard. This adds a few bytes of data to the split | ||
| 190 | communication protocol and may impact the matrix scan speed when enabled. | ||
| 191 | The purpose of this feature is to support cosmetic use of modifer state (e.g. | ||
| 192 | displaying status on an OLED screen). | ||
| 193 | |||
| 184 | ### Hardware Configuration Options | 194 | ### Hardware Configuration Options |
| 185 | 195 | ||
| 186 | There are some settings that you may need to configure, based on how the hardware is set up. | 196 | There are some settings that you may need to configure, based on how the hardware is set up. |
