docs: Add ZMK Studio links.

* Add a toplevel ZMK Studio link in our header.
* Add link to the web and app releases to the feature page.
This commit is contained in:
Peter Johanson 2024-10-10 15:27:17 -06:00 committed by Pete Johanson
parent a72327bdff
commit 0abc1eaf23
2 changed files with 11 additions and 0 deletions

View File

@ -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.

View File

@ -62,6 +62,11 @@ module.exports = {
label: "Keymap Upgrader",
position: "left",
},
{
href: "https://zmk.studio/",
label: "ZMK Studio",
position: "right",
},
{
href: "https://github.com/zmkfirmware/zmk",
label: "GitHub",