mirror of https://github.com/zmkfirmware/zmk.git
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:
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.
|
- `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
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,8 @@
|
||||||
"encoder",
|
"encoder",
|
||||||
"underglow",
|
"underglow",
|
||||||
"backlight",
|
"backlight",
|
||||||
"pointer"
|
"pointer",
|
||||||
|
"studio"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue