diff options
Diffstat (limited to 'docs/config_options.md')
| -rw-r--r-- | docs/config_options.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index 78c1f70fd..94f99e74c 100644 --- a/docs/config_options.md +++ b/docs/config_options.md | |||
| @@ -343,6 +343,12 @@ There are a few different ways to set handedness for split keyboards (listed in | |||
| 343 | * `#define SPLIT_WPM_ENABLE` | 343 | * `#define SPLIT_WPM_ENABLE` |
| 344 | * Ensures the current WPM is available on the slave when using the QMK-provided split transport. | 344 | * Ensures the current WPM is available on the slave when using the QMK-provided split transport. |
| 345 | 345 | ||
| 346 | * `#define SPLIT_OLED_ENABLE` | ||
| 347 | * Syncs the on/off state of the OLED between the halves. | ||
| 348 | |||
| 349 | * `#define SPLIT_ST7565_ENABLE` | ||
| 350 | * Syncs the on/off state of the ST7565 screen between the halves. | ||
| 351 | |||
| 346 | * `#define SPLIT_TRANSACTION_IDS_KB .....` | 352 | * `#define SPLIT_TRANSACTION_IDS_KB .....` |
| 347 | * `#define SPLIT_TRANSACTION_IDS_USER .....` | 353 | * `#define SPLIT_TRANSACTION_IDS_USER .....` |
| 348 | * Allows for custom data sync with the slave when using the QMK-provided split transport. See [custom data sync between sides](feature_split_keyboard.md#custom-data-sync) for more information. | 354 | * Allows for custom data sync with the slave when using the QMK-provided split transport. See [custom data sync between sides](feature_split_keyboard.md#custom-data-sync) for more information. |
