From 977f9c8a6a6c52e876eafde1ec0fe2bed3db88e2 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Mon, 11 Nov 2024 13:04:13 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Nicolas Munnich <98408764+Nick-Munnich@users.noreply.github.com> Co-authored-by: Cem Aksoylar --- docs/blog/2024-11-15-zmk-studio-mvp-ga.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/blog/2024-11-15-zmk-studio-mvp-ga.mdx b/docs/blog/2024-11-15-zmk-studio-mvp-ga.mdx index d535b356cf37..86dc66759264 100644 --- a/docs/blog/2024-11-15-zmk-studio-mvp-ga.mdx +++ b/docs/blog/2024-11-15-zmk-studio-mvp-ga.mdx @@ -51,7 +51,7 @@ import mekiboDarkMode from "./assets/2024-11-15-zmk-studio-mvp-ga/mekibo-dark-mo I'm delighted to announce that after many months of work, the ZMK Studio MVP has reached General Availability (GA) status. I'm very excited with the feature set and foundation we've gotten into this first release, and equally excited for the upcoming work to add even more features. -ZMK Studio provides runtime keymap functionality for ZMK powered devices. It is a combination of major firmware enhancements paired with the new frontend application for interacting with you keyboard to make changes. +ZMK Studio provides runtime keymap functionality for ZMK powered devices, allowing you to make changes without the need to flash new firmware. It is a combination of major firmware enhancements paired with a new frontend application for interacting with your keyboard. The app is available for compatible browsers, and as an installable desktop application for Linux, macOS, and Windows. @@ -216,7 +216,7 @@ return ( :::note -Additional changes are needed to add metadata about the keyboard's physical layouts in order to use ZMK Studio. See the documentation on [physical layouts](https://zmk.dev/docs/development/hardware-integration/physical-layouts#optional-keys-property) for more information. +For keyboard maintainers, additional changes are needed to add metadata about the keyboard's physical layouts in order to use ZMK Studio. See the documentation on [physical layouts](https://zmk.dev/docs/development/hardware-integration/physical-layouts#optional-keys-property) for more information. ::: To use ZMK Studio, you need to have a firmware for your keyboard with the feature enabled, as well as a small keymap change to add an unlock key. See [Building with ZMK Studio](https://zmk.dev/docs/features/studio#building) and [ZMK Studio keymap changes](https://zmk.dev/docs/features/studio#keymap-changes) for more details. @@ -225,7 +225,9 @@ See [Accessing ZMK Studio](https://zmk.dev/docs/features/studio#accessing-zmk-st ## Next Steps -The ZMK Studio MVP is truly that, a "minimum viable product", for establishing the core firmware functionality and frontend application infrastructure in order to validate the technology, prove the approaches, and get initial core features into user's hands as early as possible. There are many ZMK features that are still not possible to update in ZMK Studio but have support planned. For a better understanding of where ZMK Studio is today, and where we are headed, please review out the [ZMK Studio capabilities](https://zmk.dev/docs/features/studio#capabilities) table. +The ZMK Studio MVP is truly that, a "minimum viable product". It establishes the core firmware functionality and frontend application infrastructure in order to validate the technology, prove the approaches, and get initial core features into user's hands as early as possible. + + There are many ZMK features that are not yet possible to update in ZMK Studio. For a better understanding of where ZMK Studio is today, and where we are headed, please have a look at the [ZMK Studio capabilities](https://zmk.dev/docs/features/studio#capabilities) table. [petejohanson]: https://github.com/petejohanson [caksoylar]: https://github.com/caksoylar