update keymap

This commit is contained in:
♥ Minnie ♥ 2024-12-03 21:31:56 +08:00
parent a70b209e00
commit 019a178ad4
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 11 additions and 11 deletions

View file

@ -4,7 +4,7 @@ layout:
qmk_layout: LAYOUT_split_3x6_3 qmk_layout: LAYOUT_split_3x6_3
layers: layers:
Canary: Canary:
- [{type: ghost, t: Esc}, W, L, Y, P, B, Z, F, O, U, "'", {type: ghost, t: Ctrl Bspc}] - [{type: ghost, t: Gesc}, W, L, Y, P, B, Z, F, O, U, "'", {type: ghost, t: Ctrl Bspc}]
- [{type: ghost, t: Tab}, {h: Sft, t: C}, {h: Ctl, t: R}, {h: Alt, t: S}, {h: Gui, t: T}, G, M, {h: Gui, t: N}, {h: Alt, t: E}, {h: Ctl, t: I}, {h: Sft, t: A}, {type: ghost, t: Enter}] - [{type: ghost, t: Tab}, {h: Sft, t: C}, {h: Ctl, t: R}, {h: Alt, t: S}, {h: Gui, t: T}, G, M, {h: Gui, t: N}, {h: Alt, t: E}, {h: Ctl, t: I}, {h: Sft, t: A}, {type: ghost, t: Enter}]
- [{type: ghost, t: osm Shift}, Q, J, V, {h: Sym, t: D}, K, X, {h: Sym, t: H}, "/", ",", ".", {type: ghost, t: osm Shift}] - [{type: ghost, t: osm Shift}, Q, J, V, {h: Sym, t: D}, K, X, {h: Sym, t: H}, "/", ",", ".", {type: ghost, t: osm Shift}]
- osm Gui - osm Gui
@ -26,12 +26,12 @@ layers:
- null - null
Num: Num:
- [null, "-", 7, 8, 9, "/", null, F7, F8, F9, F10, {type: trans, t: Bspc}] - [null, "/", 7, 8, 9, "-", null, F7, F8, F9, F10, null]
- [null, "+", 4, 5, 6, "*", null, F4, F5, F6, F11, {type: trans, t: Enter}] - [null, "*", 4, 5, 6, "+", null, F4, F5, F6, F11, null]
- [null, 0, 1, 2, 3, ".", null, F1, F2, F3, F12, null] - [null, ".", 1, 2, 3, "=", null, F1, F2, F3, F12, null]
- null - null
- {type: trans, t: Repeat} - {type: trans, t: "0"}
- {type: trans, t: Ctrl Bspc} - {type: trans, t: Bspc}
- null - null
- {type: held} - {type: held}
- null - null

View file

@ -104,13 +104,13 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[NUM] = LAYOUT_split_3x6_3( [NUM] = LAYOUT_split_3x6_3(
//,-----------------------------------------------------. ,-----------------------------------------------------. //,-----------------------------------------------------. ,-----------------------------------------------------.
XXXXXXX, KC_MINS, KC_7, KC_8, KC_9, KC_SLSH, XXXXXXX, KC_F7, KC_F8, KC_F9, KC_F10, _______, XXXXXXX, KC_SLSH, KC_7, KC_8, KC_9, KC_MINS, XXXXXXX, KC_F7, KC_F8, KC_F9, KC_F10, XXXXXXX,
//|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------| //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
XXXXXXX, KC_PLUS, KC_4, KC_5, KC_6, KC_ASTR, XXXXXXX, KC_F4, KC_F5, KC_F6, KC_F11, _______, XXXXXXX, KC_ASTR, KC_4, KC_5, KC_6, KC_PLUS, XXXXXXX, KC_F4, KC_F5, KC_F6, KC_F11, XXXXXXX,
//|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------| //|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
XXXXXXX, KC_0, KC_1, KC_2, KC_3, KC_DOT, XXXXXXX, KC_F1, KC_F2, KC_F3, KC_F12, XXXXXXX, XXXXXXX, KC_DOT, KC_1, KC_2, KC_3, KC_EQL, XXXXXXX, KC_F1, KC_F2, KC_F3, KC_F12, XXXXXXX,
//|--------+--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------| //|--------+--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
XXXXXXX, _______, _______, XXXXXXX, _______, XXXXXXX XXXXXXX, KC_0, _______, XXXXXXX, _______, XXXXXXX
//`--------------------------' `--------------------------' //`--------------------------' `--------------------------'
), ),