zmk/app/dts/bindings/behaviors/zmk,behavior-tap-dance.yaml
kurtis-lew 8a4271e2af Rebased Core Files from PR 811
Updated docs

Update behavior_tap_dance.c

Addressed comments by @okke-formsma and testing done by @dxmh relating to initial work in PR #811

Prettier'd tap-dance.md

Improved clarity

Added annotations. Reformatted counter increment. Removed LOG_DBG to reduce clutter in Serial Monitor.

Added Tests. Re-added relevant LOG_DBG for tests.

Removed non-tap-dance files edited by formatting docs.
2021-06-11 20:33:23 -07:00

16 lines
No EOL
287 B
YAML

# Copyright (c) 2021 The ZMK Contributors
# SPDX-License-Identifier: MIT
description: Tap Dance Behavior
compatible: "zmk,behavior-tap-dance"
include: zero_param.yaml
properties:
bindings:
type: phandle-array
required: true
tapping_term_ms:
type: int
default: 175