some fixes based on feedback

This commit is contained in:
Okke Formsma
2020-09-02 15:11:56 +02:00
parent f6a9c1ee57
commit c5ca664411
8 changed files with 38 additions and 72 deletions

View File

@@ -0,0 +1,23 @@
# Copyright (c) 2020, Cody McGinnis; Okke Formsma
# SPDX-License-Identifier: MIT
description: Hold or Tap behavior
compatible: "zmk,behavior-hold-tap"
include: two_param.yaml
properties:
bindings:
type: phandles
required: true
tapping_term_ms:
type: int
flavor:
type: string
required: false
default: "hold-preferred"
enum:
- "hold-preferred"
- "balanced"
- "tap-preferred"