diff options
author | Okke Formsma <[email protected]> | 2021-02-06 20:58:04 +0100 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2021-02-24 07:24:27 -0500 |
commit | 89ed816c670abdc74fe02b484fe148bc5658564c (patch) | |
tree | 3978824956fe2d65918b4d5adb41e687857fa5e0 /app/dts | |
parent | 62ae157c0bbd85654cd098d058dc95b0de54171a (diff) | |
download | zmk-89ed816c670abdc74fe02b484fe148bc5658564c.tar.gz zmk-89ed816c670abdc74fe02b484fe148bc5658564c.zip |
feature(hold-tap): Retro tapping
Diffstat (limited to 'app/dts')
-rw-r--r-- | app/dts/bindings/behaviors/zmk,behavior-hold-tap.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/dts/bindings/behaviors/zmk,behavior-hold-tap.yaml b/app/dts/bindings/behaviors/zmk,behavior-hold-tap.yaml index 50fa5d505e..f46b36a47f 100644 --- a/app/dts/bindings/behaviors/zmk,behavior-hold-tap.yaml +++ b/app/dts/bindings/behaviors/zmk,behavior-hold-tap.yaml @@ -28,3 +28,5 @@ properties: - "hold-preferred" - "balanced" - "tap-preferred" + retro-tap: + type: boolean |