diff options
author | Kurtis Lew <[email protected]> | 2022-03-15 22:08:42 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-16 01:08:42 -0400 |
commit | 32ebe2cfb57be5881750b4296a8ece85921f3aa9 (patch) | |
tree | 3df1d663004117d85dc3f7fb6574ff96d6e584a3 /app/dts/bindings | |
parent | ad5a12a7bcdc7c0962fdef7c23eaa0cf14d0b7ed (diff) | |
download | zmk-32ebe2cfb57be5881750b4296a8ece85921f3aa9.tar.gz zmk-32ebe2cfb57be5881750b4296a8ece85921f3aa9.zip |
feat(behaviors): Add Tap-Dance behavior
Diffstat (limited to 'app/dts/bindings')
-rw-r--r-- | app/dts/bindings/behaviors/zmk,behavior-tap-dance.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app/dts/bindings/behaviors/zmk,behavior-tap-dance.yaml b/app/dts/bindings/behaviors/zmk,behavior-tap-dance.yaml new file mode 100644 index 0000000000..8f01effc51 --- /dev/null +++ b/app/dts/bindings/behaviors/zmk,behavior-tap-dance.yaml @@ -0,0 +1,16 @@ +# Copyright (c) 2022 The ZMK Contributors +# SPDX-License-Identifier: MIT + +description: Tap Dance Behavior + +compatible: "zmk,behavior-tap-dance" + +include: zero_param.yaml + +properties: + bindings: + type: phandle-array + required: true + tapping-term-ms: + type: int + default: 200
\ No newline at end of file |