2021-01-02 09:37:34 +11:00
|
|
|
# Copyright (c) 2020 ZMK Contributors
|
2020-11-15 05:39:01 +11:00
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
|
|
|
west-commands:
|
|
|
|
- file: scripts/west_commands/test.py
|
|
|
|
commands:
|
|
|
|
- name: test
|
|
|
|
class: Test
|
2020-11-22 06:50:12 +11:00
|
|
|
help: run ZMK testsuite
|
2021-03-28 11:51:04 +11:00
|
|
|
- file: scripts/west_commands/metadata.py
|
|
|
|
commands:
|
|
|
|
- name: metadata
|
|
|
|
class: Metadata
|
|
|
|
help: Operate on ZMK metadata files
|