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.
16 lines
No EOL
287 B
YAML
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 |