feat: Add `studio` as a feature option in metadata

* Allow boards/shields to indicate ZMK Studio support in the `features` list.
This commit is contained in:
Peter Johanson 2024-10-16 17:49:54 -06:00 committed by Pete Johanson
parent 7dfc6ab31d
commit 64c1e1e3ff
2 changed files with 3 additions and 1 deletions

View File

@ -95,6 +95,7 @@ Boards and shields should document the sets of hardware features found on them u
- `encoder` - Indicates the hardware contains one or more rotary encoders. - `encoder` - Indicates the hardware contains one or more rotary encoders.
- `underglow` - Indicates the hardware includes underglow LEDs. - `underglow` - Indicates the hardware includes underglow LEDs.
- `backlight` - Indicates the hardware includes backlight LEDs. - `backlight` - Indicates the hardware includes backlight LEDs.
- `studio` - Indicates the keyboard is ready to use with [ZMK Studio](../../features/studio.md).
- `pointer` (future) - Used to indicate the hardware includes one or more pointer inputs, e.g. joystick, touchpad, or trackpoint. - `pointer` (future) - Used to indicate the hardware includes one or more pointer inputs, e.g. joystick, touchpad, or trackpoint.
### Siblings ### Siblings

View File

@ -57,7 +57,8 @@
"encoder", "encoder",
"underglow", "underglow",
"backlight", "backlight",
"pointer" "pointer",
"studio"
] ]
} }
}, },