diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/cradio.keymap | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap index 9663342..0987008 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -40,6 +40,28 @@ // then-layer = <SETTINGS>; // }; // }; + combos { + compatible = "zmk,combos"; + combo_compose { + timeout-ms = <50>; + key-positions = <32 33>; + bindings = <&kp LALT>; + layers = <0 1>; + }; + }; + + + macros { + escape_to_layer: escape_to_layer { + label = "escape_to_layer"; + compatible = "zmk,behavior-macro"; + #binding-cells = <0>; + bindings + = <¯o_tap &kp ESC> + , <¯o_tap &to BASE> + ; + }; + }; keymap { compatible = "zmk,keymap"; |
