diff options
author | Andrew Rae <[email protected]> | 2022-04-27 05:33:22 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-27 13:33:22 +0100 |
commit | b5efc7a7eb0f64a6c98b7c487cc94bc26948c146 (patch) | |
tree | 11763ddcea248d8cc1d8d433b529ba308096f3ec /app/dts/bindings | |
parent | dffae5cf2b5f7ad399363109088bb5a75228d893 (diff) | |
download | zmk-b5efc7a7eb0f64a6c98b7c487cc94bc26948c146.tar.gz zmk-b5efc7a7eb0f64a6c98b7c487cc94bc26948c146.zip |
feat(behaviors): Add `global-quick-tap`
Diffstat (limited to 'app/dts/bindings')
-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 096911598f..e4cfaeab5d 100644 --- a/app/dts/bindings/behaviors/zmk,behavior-hold-tap.yaml +++ b/app/dts/bindings/behaviors/zmk,behavior-hold-tap.yaml @@ -20,6 +20,8 @@ properties: default: -1 quick_tap_ms: # deprecated type: int + global-quick-tap: + type: boolean flavor: type: string required: false |