mirror of https://github.com/zmkfirmware/zmk.git
25 lines
346 B
YAML
25 lines
346 B
YAML
#
|
|
# Copyright (c) 2024 The ZMK Contributors
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
description: |
|
|
The physical attributes of a key, including size, location, and rotation
|
|
|
|
compatible: "zmk,key-physical-attrs"
|
|
|
|
properties:
|
|
"#key-cells":
|
|
type: int
|
|
required: true
|
|
const: 7
|
|
|
|
key-cells:
|
|
- width
|
|
- height
|
|
- x
|
|
- y
|
|
- r
|
|
- rx
|
|
- ry
|