diff options
author | KemoNine <[email protected]> | 2020-12-29 11:57:49 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-29 11:57:49 -0500 |
commit | d207c3c30f7f2d0648b32d59f481498fe048230c (patch) | |
tree | 885efa8c436c58fca8a5c39a952898f36d3da4e4 /app/dts/bindings | |
parent | 43f6d798be70ef247b0717730ec34202cb81e96d (diff) | |
download | zmk-d207c3c30f7f2d0648b32d59f481498fe048230c.tar.gz zmk-d207c3c30f7f2d0648b32d59f481498fe048230c.zip |
(feature) Add &to keycode/behavior (#489)
feat(behaviors): Add `&to` behavior to switch to a layer.
Diffstat (limited to 'app/dts/bindings')
-rw-r--r-- | app/dts/bindings/behaviors/zmk,behavior-to-layer.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/dts/bindings/behaviors/zmk,behavior-to-layer.yaml b/app/dts/bindings/behaviors/zmk,behavior-to-layer.yaml new file mode 100644 index 0000000000..cbafddf73a --- /dev/null +++ b/app/dts/bindings/behaviors/zmk,behavior-to-layer.yaml @@ -0,0 +1,8 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + +description: To Layer + +compatible: "zmk,behavior-to-layer" + +include: one_param.yaml |