Skip to content

Commit

Permalink
add ru combo
Browse files Browse the repository at this point in the history
  • Loading branch information
hikkidev committed Mar 2, 2024
1 parent 39be3a6 commit eee3b43
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions config/kyria_rev3.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,11 @@
combos {
compatible = "zmk,combos";

COMBO_GLOBAL(dot, &kp DOT, 16 19)
COMBO_GLOBAL(comma, &kp COMMA, 15 20)
COMBO(dot_en, &kp DOT, 16 19, L_EN)
COMBO(comma_en, &kp COMMA, 15 20, L_EN)

COMBO(dot_ru, &kp FSLH, 16 19, L_RU)
COMBO(comma_ru, &kp QMARK, 15 20, L_RU)
};

keymap {
Expand Down

0 comments on commit eee3b43

Please sign in to comment.