colon combos weren't working right were they were
This commit is contained in:
parent
26398f9940
commit
5852307659
1 changed files with 3 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue