Skip to content

Commit

Permalink
fix(docs): Add missing page pointers in behaviors config
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Dec 7, 2023
1 parent 88338a9 commit f3ad08b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/docs/config/behaviors.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ You can use the following nodes to tweak the default behaviors:

Creates a custom behavior that triggers one behavior when a key is held or a different one when the key is tapped.

See the [hold-tap behavior documentation](../behaviors/hold-tap.md) for more details and examples.
See the [hold-tap behavior](../behaviors/hold-tap.md) documentation for more details and examples.

### Devicetree

Expand Down Expand Up @@ -157,6 +157,8 @@ The following macro-specific behaviors can be added at any point in the `binding

Creates a custom behavior that triggers one of two behaviors depending on whether certain modifiers are held.

See the [mod-morph behavior](../behaviors/mod-morph.md) documentation for more details and examples.

### Devicetree

Definition file: [zmk/app/dts/bindings/behaviors/zmk,behavior-mod-morph.yaml](https://github.com/zmkfirmware/zmk/blob/main/app/dts/bindings/behaviors/zmk%2Cbehavior-mod-morph.yaml)
Expand Down Expand Up @@ -208,6 +210,8 @@ You can use the following nodes to tweak the default behaviors:

Creates a custom behavior that triggers a different behavior corresponding to the number of times the key is tapped.

See the [tap dance behavior](../behaviors/tap-dance.md) documentation for more details and examples.

### Devicetree

Definition file: [zmk/app/dts/bindings/behaviors/zmk,behavior-tap-dance.yaml](https://github.com/zmkfirmware/zmk/blob/main/app/dts/bindings/behaviors/zmk%2Cbehavior-tap-dance.yaml)
Expand Down

0 comments on commit f3ad08b

Please sign in to comment.