diff options
author | Okke Formsma <okke@formsma.nl> | 2021-02-06 20:58:04 +0100 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-02-24 07:24:27 -0500 |
commit | 89ed816c670abdc74fe02b484fe148bc5658564c (patch) | |
tree | 3978824956fe2d65918b4d5adb41e687857fa5e0 /app/dts | |
parent | 62ae157c0bbd85654cd098d058dc95b0de54171a (diff) |
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 50fa5d5..f46b36a 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 |