diff options
author | Drashna Jaelre <drashna@live.com> | 2021-08-14 22:39:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-15 15:39:08 +1000 |
commit | 488aaa0980b113240a461d6d7878c62f5663f5c6 (patch) | |
tree | e660854792b5a2b5ae357b0bb6a5115c2daea99a /docs/config_options.md | |
parent | 4b3691e72da69290f63e859bb6ecb55dc561ece5 (diff) |
Enable sync of OLED/ST7565 display on/off state on Splits (#13542)
* Enable sync of OLED/ST7565 display on/off state on Splits
* Only send if states are not matched
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: Nick Brassel <nick@tzarc.org>
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 78c1f70fd7..94f99e74c0 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 * `#define SPLIT_WPM_ENABLE` * Ensures the current WPM is available on the slave when using the QMK-provided split transport. +* `#define SPLIT_OLED_ENABLE` + * Syncs the on/off state of the OLED between the halves. + +* `#define SPLIT_ST7565_ENABLE` + * Syncs the on/off state of the ST7565 screen between the halves. + * `#define SPLIT_TRANSACTION_IDS_KB .....` * `#define SPLIT_TRANSACTION_IDS_USER .....` * 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. |