mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
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:
committed by
Pete Johanson
parent
5176fbea6a
commit
3975d2fdaf
@@ -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",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user