From 44686c17f958e6aa0093276037424d649e9e30c9 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 15 Jan 2022 11:54:57 -0500 Subject: Add caps word combination --- config/planck_rev6.keymap | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/planck_rev6.keymap b/config/planck_rev6.keymap index 83916f7..7bfc14d 100644 --- a/config/planck_rev6.keymap +++ b/config/planck_rev6.keymap @@ -21,7 +21,20 @@ // https://github.com/manna-harbour/qmk_firmware/tree/miryoku/users/manna-harbour_miryoku // https://precondition.github.io/home-row-mods +&caps_word { + continue-list = ; +}; + / { + combos { + compatible = "zmk,combos"; + combo_capitalize { + timeout-ms = <50>; + key-positions = <16 19>; + bindings = <&caps_word>; + }; + }; + behaviors { hm: homerow_mods { compatible = "zmk,behavior-hold-tap"; -- cgit v1.2.3