diff options
author | Emile <git@emile.space> | 2023-02-19 21:52:49 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2023-02-19 21:52:49 +0100 |
commit | ba5ebb10e8df2f3c8f40b3dc5ea91cd56f2a42cd (patch) | |
tree | 7c4c0058915953b39cff1340494da016987b6465 /config/cradio.keymap | |
parent | 2c5b654cad4a51f93660f07963a3f263aaa4800a (diff) |
reinserted missing brace
Diffstat (limited to 'config/cradio.keymap')
-rw-r--r-- | config/cradio.keymap | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/cradio.keymap b/config/cradio.keymap index 9c0c875..ec46cd7 100644 --- a/config/cradio.keymap +++ b/config/cradio.keymap @@ -13,8 +13,8 @@ compatible = "zmk,behavior-hold-tap"; label = "AUTO_SHIFT"; #binding-cells = <2>; - tapping_term_ms = <200>; - quick_tap_ms = <100>; + tapping_term_ms = <200>; // How long in milliseconds the key must be held to trigger a hold + quick_tap_ms = <100>; // Tap twice within this period (in milliseconds) to trigger a tap, even when held (default -1 = off) flavor = "tap-preferred"; bindings = <&kp>, <&kp>; }; @@ -46,7 +46,7 @@ &kp ESC < 1 SPACE < 2 BSPC &kp RET // ╰──────────┴──────────╯ ╰──────────┴──────────╯ >; - ; + }; left_layer { bindings = < |