diff options
-rw-r--r-- | docs/docs/features/studio.md | 6 | ||||
-rw-r--r-- | docs/docusaurus.config.js | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/docs/features/studio.md b/docs/docs/features/studio.md index 4053d3d9a1..6e209a8713 100644 --- a/docs/docs/features/studio.md +++ b/docs/docs/features/studio.md @@ -14,6 +14,12 @@ ZMK Studio provides runtime update functionality to ZMK powered devices, allowin To unlock your keyboard to allow ZMK Studio to make changes, you'll need to add a [`&studio_unlock`](../keymaps/behaviors/studio-unlock.md) binding to the keymap. +## Accessing ZMK Studio + +You can use ZMK Studio with Chrome/Edge at https://zmk.studio/. + +To use the native app for Linux, macOS, or Windows, download the appropriate file from the [latest release](https://github.com/zmkfirmware/zmk-studio/releases). + ## Building Building for ZMK Studio involves two main additional items. diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 575282406d..a1ace059c1 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -63,6 +63,11 @@ module.exports = { position: "left", }, { + href: "https://zmk.studio/", + label: "ZMK Studio", + position: "right", + }, + { href: "https://github.com/zmkfirmware/zmk", label: "GitHub", position: "right", |