diff options
author | Cem Aksoylar <caksoylar@gmail.com> | 2022-02-06 21:35:50 -0800 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2022-02-07 09:30:16 -0500 |
commit | c0b5985ac788002f03511a6a42109f21b510bfbf (patch) | |
tree | 390909c4b12408a2d9ec171e5aff7586279d7e87 /docs | |
parent | 5c4bf8a3bb2be96b47ddde0e3fa639ebbad404ad (diff) |
feat(docs): Document locality for power management behaviors
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/behaviors/power.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/docs/behaviors/power.md b/docs/docs/behaviors/power.md index 0de5055..8058060 100644 --- a/docs/docs/behaviors/power.md +++ b/docs/docs/behaviors/power.md @@ -62,3 +62,7 @@ Here is a table describing the command for each define: ``` &ext_power EP_TOG ``` + +## Split Keyboards + +Power management behaviors are global: This means that when triggered, they affects both the central and peripheral side of split keyboards. |