mirror of
https://github.com/qmk/qmk_userspace.git
synced 2026-03-10 18:20:25 -04:00
add ou@ -> ought and wa* -> way
This commit is contained in:
parent
790f4e61cd
commit
ea6331d3d9
1 changed files with 2 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ void process_magic_key_1(void) {
|
|||
);
|
||||
|
||||
double_magic_case(KC_D, KC_A, "y");
|
||||
double_magic_case(KC_W, KC_A, "y");
|
||||
double_magic_case(KC_B, KC_E, "en");
|
||||
double_magic_case(KC_L, KC_I, "st");
|
||||
double_magic_case(KC_V, KC_I, "sion");
|
||||
|
|
@ -175,6 +176,7 @@ void process_magic_key_2(void) {
|
|||
);
|
||||
|
||||
double_magic_case(KC_F, KC_R, "om");
|
||||
double_magic_case(KC_O, KC_U, "ght");
|
||||
}
|
||||
|
||||
switch (queue(-1)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue