feat(docs): Update power and lighting config pages

Moved battery configuration to its own page to match the feature page.

Documented that external power is disabled when in sleep mode.

Clarified that the *_START configs apply on first boot, and any changes
after that are persisted.
This commit is contained in:
Joel Spadin
2022-05-21 17:48:27 -05:00
committed by Dom H
parent 1646cd7f30
commit ae78aa247a
7 changed files with 56 additions and 15 deletions

View File

@@ -55,6 +55,7 @@ module.exports = {
Configuration: [
"config/index",
"config/backlight",
"config/battery",
"config/behaviors",
"config/combos",
"config/displays",
@@ -62,8 +63,8 @@ module.exports = {
"config/keymap",
"config/kscan",
"config/power",
"config/system",
"config/underglow",
"config/system",
],
Development: [
"development/clean-room",