From a28a22aa1d17f713b0dc68cd8f733091ce22df54 Mon Sep 17 00:00:00 2001 From: Wardis <105614071+Woop91@users.noreply.github.com> Date: Sat, 21 Oct 2023 19:18:43 -0400 Subject: [PATCH] 2 combos --- config/corne.keymap | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/config/corne.keymap b/config/corne.keymap index 8dd4929..acf918b 100644 --- a/config/corne.keymap +++ b/config/corne.keymap @@ -12,8 +12,31 @@ #include #include +//------------------------------------------------------------------------------------------------------------------------------------------------------ +/ { + combos { + compatible = "zmk,combos"; + combo_esc { + timeout-ms = <50>; + key-positions = <0 1>; + bindings = <&kp ESC>; + }; + }; +}; +//------------------------------------------------------------------------------------------------------------------------------------------------------ +/ { + combos { + compatible = "zmk,combos"; + combo_BTclr { + timeout-ms = <50>; + key-positions = <18 19 20>; + bindings = <&bt BT_CLR>; + }; + }; +}; +//------------------------------------------------------------------------------------------------------------------------------------------------------ / { behaviors { tp: tap_preferred {