colon combos weren't working right were they were

This commit is contained in:
Andrew Rae 2022-03-16 11:35:06 -04:00
parent 26398f9940
commit 5852307659

View file

@ -54,9 +54,8 @@
COMBO(caps_word_right, &caps_word, 26 27, 60)
COMBO(caps_word_left, &caps_word, 22 23, 60)
COMBO(colon, &kp COLON, 6 7, 60)
COMBO(semicolon, &kp SEMI, 7 8, 60)
COMBO(colon, &kp COLON, 7 8, 60)
COMBO(semicolon, &kp SEMI, 2 3, 60)
COMBO(slash, &kp FSLH, 1 2, 60)
COMBO(underscore, &kp UNDER, 31 32, 100)
@ -79,7 +78,7 @@
quick-tap-ms = <200>;
bindings = <&kp>, <&kp>;
// hold-trigger-key-positions = <18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35>;
};
}
rhm: right_hand_positional_hold_tap {
compatible = "zmk,behavior-hold-tap";