Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Nov 13, 2021
2 parents 4ceb594 + 0ee9c41 commit 7e86c37
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 23 deletions.
2 changes: 1 addition & 1 deletion docs/_langs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- [:cn: 中文](/zh-cn/)
- [:es: Español](/es/)
- [:fr: Français](/fr-fr/)
- [:he: עברית](/he-il/)
- [:israel: עברית](/he-il/)
- [:brazil: Português](/pt-br/)
- [:ru: Русский](/ru-ru/)
- [:jp: 日本語](/ja/)
44 changes: 22 additions & 22 deletions keyboards/cradio/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,47 +5,47 @@
"layouts": {
"LAYOUT": {
"layout": [
{"x": 0, "y": 0.95},
{"x": 0, "y": 1.27},
{"x": 1, "y": 0.31},
{"x": 2, "y": 0},
{"x": 3, "y": 0.28},
{"x": 4, "y": 0.42},

{"x": 7, "y": 0.42},
{"x": 8, "y": 0.28},
{"x": 9, "y": 0},
{"x": 10, "y": 0.31},
{"x": 11, "y": 0.95},
{"x": 8, "y": 0.42},
{"x": 9, "y": 0.28},
{"x": 10, "y": 0},
{"x": 11, "y": 0.31},
{"x": 12, "y": 1.27},

{"x": 0, "y": 1.95},
{"x": 0, "y": 2.27},
{"x": 1, "y": 1.31},
{"x": 2, "y": 1},
{"x": 3, "y": 1.28},
{"x": 4, "y": 1.42},

{"x": 7, "y": 1.42},
{"x": 8, "y": 1.28},
{"x": 9, "y": 1},
{"x": 10, "y": 1.31},
{"x": 11, "y": 1.95},
{"x": 8, "y": 1.42},
{"x": 9, "y": 1.28},
{"x": 10, "y": 1},
{"x": 11, "y": 1.31},
{"x": 12, "y": 2.27},

{"x": 0, "y": 2.95},
{"x": 0, "y": 3.27},
{"x": 1, "y": 2.31},
{"x": 2, "y": 2},
{"x": 3, "y": 2.28},
{"x": 4, "y": 2.42},

{"x": 7, "y": 2.42},
{"x": 8, "y": 2.28},
{"x": 9, "y": 2},
{"x": 10, "y": 2.31},
{"x": 11, "y": 2.95},
{"x": 8, "y": 2.42},
{"x": 9, "y": 2.28},
{"x": 10, "y": 2},
{"x": 11, "y": 2.31},
{"x": 12, "y": 3.27},

{"x": 4, "y": 3.6},
{"x": 5, "y": 3.4},
{"x": 4, "y": 3.9},
{"x": 5, "y": 3.7},

{"x": 6, "y": 3.4},
{"x": 7, "y": 3.6}
{"x": 7, "y": 3.7},
{"x": 8, "y": 3.9}
]
}
}
Expand Down
1 change: 1 addition & 0 deletions quantum/process_keycode/process_unicode_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ __attribute__((weak)) void unicode_input_start(void) {
tap_code(KC_NUM_LOCK);
}
register_code(KC_LEFT_ALT);
wait_ms(UNICODE_TYPE_DELAY);
tap_code(KC_KP_PLUS);
break;
case UC_WINC:
Expand Down

0 comments on commit 7e86c37

Please sign in to comment.