diff options
| -rw-r--r-- | config/planck_rev6.keymap | 13 |
1 files changed, 13 insertions, 0 deletions
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 = <UNDERSCORE MINUS>; +}; + / { + 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"; |
