diff options
| author | Pete Johanson <peter@peterjohanson.com> | 2020-09-09 23:57:44 -0400 |
|---|---|---|
| committer | Pete Johanson <peter@peterjohanson.com> | 2020-09-10 10:24:23 -0400 |
| commit | 68e72f9275401c3cb7541259c692a704cbfc5e82 (patch) | |
| tree | 83e8651afe999dac73a5e73b80b55e79bc07857e /app/dts/bindings/behaviors/zmk,behavior-hold-tap.yaml | |
| parent | e796e7c3e66566c289d28c30b905580b5763d464 (diff) | |
fix: Switch to single AUTHORS file.* Closes #164
Diffstat (limited to 'app/dts/bindings/behaviors/zmk,behavior-hold-tap.yaml')
| -rw-r--r-- | app/dts/bindings/behaviors/zmk,behavior-hold-tap.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/dts/bindings/behaviors/zmk,behavior-hold-tap.yaml b/app/dts/bindings/behaviors/zmk,behavior-hold-tap.yaml index a20578f..5f74e9a 100644 --- a/app/dts/bindings/behaviors/zmk,behavior-hold-tap.yaml +++ b/app/dts/bindings/behaviors/zmk,behavior-hold-tap.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2020, Cody McGinnis; Okke Formsma +# Copyright (c) 2020 The ZMK Contributors # SPDX-License-Identifier: MIT description: Hold or Tap behavior @@ -12,12 +12,12 @@ properties: type: phandles required: true tapping_term_ms: - type: int + type: int flavor: type: string required: false default: "hold-preferred" enum: - - "hold-preferred" - - "balanced" - - "tap-preferred"
\ No newline at end of file + - "hold-preferred" + - "balanced" + - "tap-preferred" |
