feat: Add studio related documentation.

* Document setting up studio for a new keyboard definition.
* Document how to enable ZMK Studio for a build, adding reserved layers,
  and controlling which behaviors are built into a studio firmware.
* Document `&studio_unlock` behavior.
* Document studio configuration options.

Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
This commit is contained in:
Peter Johanson
2024-08-14 11:45:11 -06:00
committed by Pete Johanson
parent 5176fbea6a
commit 3975d2fdaf
7 changed files with 332 additions and 5 deletions

View File

@@ -41,6 +41,7 @@ module.exports = {
"features/displays",
"features/backlight",
"features/underglow",
"features/studio",
],
},
{
@@ -83,6 +84,7 @@ module.exports = {
"keymaps/behaviors/backlight",
"keymaps/behaviors/power",
"keymaps/behaviors/soft-off",
"keymaps/behaviors/studio-unlock",
],
},
"keymaps/modifiers",
@@ -112,6 +114,7 @@ module.exports = {
"config/power",
"config/underglow",
"config/system",
"config/studio",
],
},
{
@@ -124,6 +127,7 @@ module.exports = {
"development/hardware-integration/new-shield",
"development/hardware-integration/hardware-metadata-files",
"development/hardware-integration/boards-shields-keymaps",
"development/hardware-integration/studio-setup",
],
},
{