blob: 64583a90678e3b714772439ec6103f3de3015543 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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
|