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:
parent
a72327bdff
commit
0abc1eaf23
2 changed files with 11 additions and 0 deletions
|
|
@ -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.
|
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
|
||||||
|
|
||||||
Building for ZMK Studio involves two main additional items.
|
Building for ZMK Studio involves two main additional items.
|
||||||
|
|
|
||||||
|
|
@ -62,6 +62,11 @@ module.exports = {
|
||||||
label: "Keymap Upgrader",
|
label: "Keymap Upgrader",
|
||||||
position: "left",
|
position: "left",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
href: "https://zmk.studio/",
|
||||||
|
label: "ZMK Studio",
|
||||||
|
position: "right",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
href: "https://github.com/zmkfirmware/zmk",
|
href: "https://github.com/zmkfirmware/zmk",
|
||||||
label: "GitHub",
|
label: "GitHub",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue