diff options
author | KemoNine <mcrosson@users.noreply.github.com> | 2021-02-03 23:33:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 23:33:09 -0500 |
commit | cd503ed17bb141bd54a777a375b5706acf884318 (patch) | |
tree | 2e9095fad05e8eb0d0545e0a662aca2d6b3084f6 /app/dts | |
parent | 9205ea1c705504844ad3b9e31d6fbd437cb76aba (diff) |
Feat combo layers (#661)
feat(combos): add layer filtering
Co-authored-by: KemoNine <mcrosson@kemonine.info>
Diffstat (limited to 'app/dts')
-rw-r--r-- | app/dts/bindings/zmk,combos.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/dts/bindings/zmk,combos.yaml b/app/dts/bindings/zmk,combos.yaml index 75eaa3e..1a914a7 100644 --- a/app/dts/bindings/zmk,combos.yaml +++ b/app/dts/bindings/zmk,combos.yaml @@ -20,3 +20,6 @@ child-binding: default: 50 slow-release: type: boolean + layers: + type: array + default: [-1]
\ No newline at end of file |