Skip to content

Commit

Permalink
feat: Add studio as a feature option in metadata
Browse files Browse the repository at this point in the history
* Allow boards/shields to indicate ZMK Studio support in the `features` list.
  • Loading branch information
petejohanson committed Oct 17, 2024
1 parent 7dfc6ab commit 64c1e1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion schema/hardware-metadata.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"encoder",
"underglow",
"backlight",
"pointer"
"pointer",
"studio"
]
}
},
Expand Down

0 comments on commit 64c1e1e

Please sign in to comment.