diff options
author | Okke Formsma <okke@formsma.nl> | 2020-09-02 16:41:39 +0200 |
---|---|---|
committer | Okke Formsma <okke@formsma.nl> | 2020-09-02 16:41:39 +0200 |
commit | c9a82d71d06146dfe706a2e8d223dab593dffffc (patch) | |
tree | 837fd976b409fd902fb8c1f8018e369271d1594e /docs | |
parent | c5ca66441172114b57ca7f7b27d13d0d342d4fcc (diff) |
fixes for feedback round 2
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/behavior/hold-tap.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs/behavior/hold-tap.md b/docs/docs/behavior/hold-tap.md index b586b90..fa68538 100644 --- a/docs/docs/behavior/hold-tap.md +++ b/docs/docs/behavior/hold-tap.md @@ -31,9 +31,9 @@ A code example which configures a mod-tap setting that works with homerow mods: / { behaviors { - &hm: homerow_mods { + hm: homerow_mods { compatible = "zmk,behavior-hold-tap"; - label = "homerow_mods"; + label = "HOMEROW_MODS"; #binding-cells = <2>; tapping_term_ms = <175>; flavor = "balanced"; |