mirror of https://github.com/zmkfirmware/zmk.git
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
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue