1d69bdda60
* Initial hardware metadata JSON schema. * GH Action to validate all schemas for boards/shields.
14 lines
359 B
YAML
14 lines
359 B
YAML
# Copyright (c) 2020 ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
west-commands:
|
|
- file: scripts/west_commands/test.py
|
|
commands:
|
|
- name: test
|
|
class: Test
|
|
help: run ZMK testsuite
|
|
- file: scripts/west_commands/metadata.py
|
|
commands:
|
|
- name: metadata
|
|
class: Metadata
|
|
help: Operate on ZMK metadata files
|