summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-05-14 10:18:07 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-05-14 10:18:07 -0400
commit0723f12bb94ee192f054f10c4edf22c2d68c6e75 (patch)
treedba92a03d55334f15ca0af23862e88583d64f00a
parent0e715f64941f7fa0ec03b3799c13bff962f833fd (diff)
add return key combo
-rw-r--r--config/base.keymap10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/base.keymap b/config/base.keymap
index 6740184..a61a9e1 100644
--- a/config/base.keymap
+++ b/config/base.keymap
@@ -72,6 +72,7 @@
combos {
compatible = "zmk,combos";
+
combo_q_c_x {
timeout-ms = <COMBO_TIMEOUT_MS>;
global-quick-tap-ms = <100>;
@@ -111,6 +112,15 @@
layers = <DV QW LOW UPR QVLOW>;
bindings = <&kp TAB>;
};
+
+ combo_ret {
+ timeout-ms = <COMBO_TIMEOUT_MS>;
+ global-quick-tap-ms = <100>;
+ key-positions = <RM1 RM2>;
+ layers = <DV QW LOW UPR QVLOW>;
+ bindings = <&hm_right LA(LCTRL) RET>;
+ };
+
combo_bspc {
timeout-ms = <COMBO_TIMEOUT_MS>;
global-quick-tap-ms = <100>;