diff options
| -rw-r--r-- | docs/_langs.md | 2 | ||||
| -rw-r--r-- | keyboards/cradio/info.json | 44 | ||||
| -rw-r--r-- | quantum/process_keycode/process_unicode_common.c | 1 |
3 files changed, 24 insertions, 23 deletions
diff --git a/docs/_langs.md b/docs/_langs.md index f7b375fb9..3fecd72da 100644 --- a/docs/_langs.md +++ b/docs/_langs.md | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | - [:cn: 中文](/zh-cn/) | 3 | - [:cn: 中文](/zh-cn/) |
| 4 | - [:es: Español](/es/) | 4 | - [:es: Español](/es/) |
| 5 | - [:fr: Français](/fr-fr/) | 5 | - [:fr: Français](/fr-fr/) |
| 6 | - [:he: עברית](/he-il/) | 6 | - [:israel: עברית](/he-il/) |
| 7 | - [:brazil: Português](/pt-br/) | 7 | - [:brazil: Português](/pt-br/) |
| 8 | - [:ru: Русский](/ru-ru/) | 8 | - [:ru: Русский](/ru-ru/) |
| 9 | - [:jp: 日本語](/ja/) | 9 | - [:jp: 日本語](/ja/) |
diff --git a/keyboards/cradio/info.json b/keyboards/cradio/info.json index 7a46c6911..c55381065 100644 --- a/keyboards/cradio/info.json +++ b/keyboards/cradio/info.json | |||
| @@ -5,47 +5,47 @@ | |||
| 5 | "layouts": { | 5 | "layouts": { |
| 6 | "LAYOUT": { | 6 | "LAYOUT": { |
| 7 | "layout": [ | 7 | "layout": [ |
| 8 | {"x": 0, "y": 0.95}, | 8 | {"x": 0, "y": 1.27}, |
| 9 | {"x": 1, "y": 0.31}, | 9 | {"x": 1, "y": 0.31}, |
| 10 | {"x": 2, "y": 0}, | 10 | {"x": 2, "y": 0}, |
| 11 | {"x": 3, "y": 0.28}, | 11 | {"x": 3, "y": 0.28}, |
| 12 | {"x": 4, "y": 0.42}, | 12 | {"x": 4, "y": 0.42}, |
| 13 | 13 | ||
| 14 | {"x": 7, "y": 0.42}, | 14 | {"x": 8, "y": 0.42}, |
| 15 | {"x": 8, "y": 0.28}, | 15 | {"x": 9, "y": 0.28}, |
| 16 | {"x": 9, "y": 0}, | 16 | {"x": 10, "y": 0}, |
| 17 | {"x": 10, "y": 0.31}, | 17 | {"x": 11, "y": 0.31}, |
| 18 | {"x": 11, "y": 0.95}, | 18 | {"x": 12, "y": 1.27}, |
| 19 | 19 | ||
| 20 | {"x": 0, "y": 1.95}, | 20 | {"x": 0, "y": 2.27}, |
| 21 | {"x": 1, "y": 1.31}, | 21 | {"x": 1, "y": 1.31}, |
| 22 | {"x": 2, "y": 1}, | 22 | {"x": 2, "y": 1}, |
| 23 | {"x": 3, "y": 1.28}, | 23 | {"x": 3, "y": 1.28}, |
| 24 | {"x": 4, "y": 1.42}, | 24 | {"x": 4, "y": 1.42}, |
| 25 | 25 | ||
| 26 | {"x": 7, "y": 1.42}, | 26 | {"x": 8, "y": 1.42}, |
| 27 | {"x": 8, "y": 1.28}, | 27 | {"x": 9, "y": 1.28}, |
| 28 | {"x": 9, "y": 1}, | 28 | {"x": 10, "y": 1}, |
| 29 | {"x": 10, "y": 1.31}, | 29 | {"x": 11, "y": 1.31}, |
| 30 | {"x": 11, "y": 1.95}, | 30 | {"x": 12, "y": 2.27}, |
| 31 | 31 | ||
| 32 | {"x": 0, "y": 2.95}, | 32 | {"x": 0, "y": 3.27}, |
| 33 | {"x": 1, "y": 2.31}, | 33 | {"x": 1, "y": 2.31}, |
| 34 | {"x": 2, "y": 2}, | 34 | {"x": 2, "y": 2}, |
| 35 | {"x": 3, "y": 2.28}, | 35 | {"x": 3, "y": 2.28}, |
| 36 | {"x": 4, "y": 2.42}, | 36 | {"x": 4, "y": 2.42}, |
| 37 | 37 | ||
| 38 | {"x": 7, "y": 2.42}, | 38 | {"x": 8, "y": 2.42}, |
| 39 | {"x": 8, "y": 2.28}, | 39 | {"x": 9, "y": 2.28}, |
| 40 | {"x": 9, "y": 2}, | 40 | {"x": 10, "y": 2}, |
| 41 | {"x": 10, "y": 2.31}, | 41 | {"x": 11, "y": 2.31}, |
| 42 | {"x": 11, "y": 2.95}, | 42 | {"x": 12, "y": 3.27}, |
| 43 | 43 | ||
| 44 | {"x": 4, "y": 3.6}, | 44 | {"x": 4, "y": 3.9}, |
| 45 | {"x": 5, "y": 3.4}, | 45 | {"x": 5, "y": 3.7}, |
| 46 | 46 | ||
| 47 | {"x": 6, "y": 3.4}, | 47 | {"x": 7, "y": 3.7}, |
| 48 | {"x": 7, "y": 3.6} | 48 | {"x": 8, "y": 3.9} |
| 49 | ] | 49 | ] |
| 50 | } | 50 | } |
| 51 | } | 51 | } |
diff --git a/quantum/process_keycode/process_unicode_common.c b/quantum/process_keycode/process_unicode_common.c index 9c82571c7..7685bb1c9 100644 --- a/quantum/process_keycode/process_unicode_common.c +++ b/quantum/process_keycode/process_unicode_common.c | |||
| @@ -106,6 +106,7 @@ __attribute__((weak)) void unicode_input_start(void) { | |||
| 106 | tap_code(KC_NUM_LOCK); | 106 | tap_code(KC_NUM_LOCK); |
| 107 | } | 107 | } |
| 108 | register_code(KC_LEFT_ALT); | 108 | register_code(KC_LEFT_ALT); |
| 109 | wait_ms(UNICODE_TYPE_DELAY); | ||
| 109 | tap_code(KC_KP_PLUS); | 110 | tap_code(KC_KP_PLUS); |
| 110 | break; | 111 | break; |
| 111 | case UC_WINC: | 112 | case UC_WINC: |
