mirror of
https://github.com/zoriya/zmk.git
synced 2025-12-05 22:46:12 +00:00
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:
committed by
Pete Johanson
parent
7dfc6ab31d
commit
64c1e1e3ff
@@ -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.
|
||||
- `underglow` - Indicates the hardware includes underglow 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.
|
||||
|
||||
### Siblings
|
||||
|
||||
@@ -57,7 +57,8 @@
|
||||
"encoder",
|
||||
"underglow",
|
||||
"backlight",
|
||||
"pointer"
|
||||
"pointer",
|
||||
"studio"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user