diff options
author | Cem Aksoylar <caksoylar@gmail.com> | 2022-02-06 21:54:05 -0800 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2022-02-07 09:30:16 -0500 |
commit | 76268bae8ffebc304d971342b14cbfcbca2f0b8a (patch) | |
tree | d8efcbc26d9d5ebd674fbe6f180fa2109e1f5fb2 /docs | |
parent | a1ef7c8090b4dc7b85605b877c56abcc44b2ef4d (diff) |
feat(docs): Document locality for backlight behaviors
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/behaviors/backlight.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/docs/behaviors/backlight.md b/docs/docs/behaviors/backlight.md index e8d3340..cb9a85a 100644 --- a/docs/docs/behaviors/backlight.md +++ b/docs/docs/behaviors/backlight.md @@ -49,3 +49,7 @@ Here is a table describing the action for each define: ``` &bl BL_SET 50 ``` + +## Split Keyboards + +Backlight behaviors are global: This means that when triggered, they affect both the central and peripheral side of split keyboards. |