aboutsummaryrefslogtreecommitdiff
path: root/docs/feature_rgb_matrix.md
diff options
context:
space:
mode:
authorAlbert Y <76888457+filterpaper@users.noreply.github.com>2022-02-01 10:05:09 +0800
committerGitHub <noreply@github.com>2022-01-31 18:05:09 -0800
commita2ef11bb006cfa0f185866f3f8d211131ca00af1 (patch)
tree2507858452b6718619e8e19acefdaf472aca4425 /docs/feature_rgb_matrix.md
parentf404ec329f62ef3978f78b516563619120557c8b (diff)
downloadqmk_firmware-a2ef11bb006cfa0f185866f3f8d211131ca00af1.tar.gz
qmk_firmware-a2ef11bb006cfa0f185866f3f8d211131ca00af1.zip
[Docs] Add reference to data sync options for RGB (#16144)
Diffstat (limited to 'docs/feature_rgb_matrix.md')
-rw-r--r--docs/feature_rgb_matrix.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/feature_rgb_matrix.md b/docs/feature_rgb_matrix.md
index 676588b75..3384aa718 100644
--- a/docs/feature_rgb_matrix.md
+++ b/docs/feature_rgb_matrix.md
@@ -849,6 +849,8 @@ void rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) {
849} 849}
850``` 850```
851 851
852!> RGB indicators on split keyboards will require state information synced to the slave half (e.g. `#define SPLIT_LAYER_STATE_ENABLE`). See [data sync options](feature_split_keyboard.md#data-sync-options) for more details.
853
852#### Indicators without RGB Matrix Effect 854#### Indicators without RGB Matrix Effect
853 855
854If you want to just use RGB indicators without RGB matrix effect, it is not possible to disable the latter because toggling RGB off will disable everything. You can workaround it with solid effect and colors off using this init function: 856If you want to just use RGB indicators without RGB matrix effect, it is not possible to disable the latter because toggling RGB off will disable everything. You can workaround it with solid effect and colors off using this init function: