diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-19 15:32:33 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-19 15:32:33 -0400 |
commit | c23d752917774bc740c791e2f7eeef6f8f9e1033 (patch) | |
tree | 54da84e2a8c4a3bf68c0f28b29cc096605c3db94 /app/dts/bindings/behaviors/zmk,behavior-reset.yaml | |
parent | 865f41a46d4d4a6d35515d1192232efdd7d67942 (diff) |
Some initial work on behavior bindings for keymaps
Diffstat (limited to 'app/dts/bindings/behaviors/zmk,behavior-reset.yaml')
-rw-r--r-- | app/dts/bindings/behaviors/zmk,behavior-reset.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/dts/bindings/behaviors/zmk,behavior-reset.yaml b/app/dts/bindings/behaviors/zmk,behavior-reset.yaml new file mode 100644 index 0000000..c8e5e6f --- /dev/null +++ b/app/dts/bindings/behaviors/zmk,behavior-reset.yaml @@ -0,0 +1,8 @@ +# Copyright (c) 2020, Pete Johanson +# SPDX-License-Identifier: MIT + +description: Keyboard Reset Behavior + +compatible: "zmk,behavior-reset" + +include: zero_param.yaml |