Browse Source

Added documentation for SPLIT_LAYER_STATE_SET.

pull/16232/head
Henry Bucklow 2 years ago
parent
commit
a9132652ee
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      docs/feature_split_keyboard.md

+ 6
- 0
docs/feature_split_keyboard.md View File

@ -243,6 +243,12 @@ This mirrors the master side matrix to the slave side for features that react or
This enables syncing of the layer state between both halves of the split keyboard. The main purpose of this feature is to enable support for use of things like OLED display of the currently active layer.
```c
#define SPLIT_LAYER_STATE_SET
```
This enables calling of `layer_state_set_kb` and `default_layer_set_kb` on the slave side of the keyboard when the layer changes. This allows actions to be triggered on layer change, such as LED changes or haptic feedback.
```c
#define SPLIT_LED_STATE_ENABLE
```


Loading…
Cancel
Save