diff options
author | Mega Mind <[email protected]> | 2020-10-13 00:09:57 +0800 |
---|---|---|
committer | Mega Mind <[email protected]> | 2020-10-13 00:09:57 +0800 |
commit | 2e649b7fd4113ff2f0e6ffdfa1ac6ede5feaebf6 (patch) | |
tree | bb83641c45ff8b6641041524fbd6529a108ff96f /app/dts/bindings/behaviors | |
parent | 4adcb396ff01bf4a8ab98799139ed3f3339d207c (diff) | |
download | zmk-2e649b7fd4113ff2f0e6ffdfa1ac6ede5feaebf6.tar.gz zmk-2e649b7fd4113ff2f0e6ffdfa1ac6ede5feaebf6.zip |
Fix compilation errors and minor tweaks
Diffstat (limited to 'app/dts/bindings/behaviors')
-rw-r--r-- | app/dts/bindings/behaviors/zmk,behavior-ext-power.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/dts/bindings/behaviors/zmk,behavior-ext-power.yaml b/app/dts/bindings/behaviors/zmk,behavior-ext-power.yaml index b9abd92c9d..d86c6f9ff6 100644 --- a/app/dts/bindings/behaviors/zmk,behavior-ext-power.yaml +++ b/app/dts/bindings/behaviors/zmk,behavior-ext-power.yaml @@ -7,4 +7,4 @@ description: External power control Behavior compatible: "zmk,behavior-ext-power" -include: two_param.yaml +include: one_param.yaml |