diff options
author | lokher <lokher@gmail.com> | 2023-04-26 16:32:15 +0800 |
---|---|---|
committer | lokher <lokher@gmail.com> | 2023-04-26 16:32:15 +0800 |
commit | e4f4ceaf3f2e3d25fb282273a81f9b58790fc427 (patch) | |
tree | c0a257eab0ffe5238fdf2c04882e8ee1fe8fc46e /layouts/default/ortho_4x6 | |
parent | 103badc87cb50db1ff3851c84331e86ba78fb681 (diff) |
merge upstream 713427c
Diffstat (limited to 'layouts/default/ortho_4x6')
-rw-r--r-- | layouts/default/ortho_4x6/default_ortho_4x6/keymap.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/layouts/default/ortho_4x6/default_ortho_4x6/keymap.c b/layouts/default/ortho_4x6/default_ortho_4x6/keymap.c index b960ee3a9d..0cf87b8bbc 100644 --- a/layouts/default/ortho_4x6/default_ortho_4x6/keymap.c +++ b/layouts/default/ortho_4x6/default_ortho_4x6/keymap.c @@ -1,3 +1,6 @@ +// Copyright 2023 QMK +// SPDX-License-Identifier: GPL-2.0-or-later + #include QMK_KEYBOARD_H const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { @@ -14,7 +17,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { */ [0] = LAYOUT_ortho_4x6( KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, - KC_BKSP, KC_A, KC_S, KC_D, KC_F, KC_G, + KC_BSPC, KC_A, KC_S, KC_D, KC_F, KC_G, KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_LCTL, KC_MENU, KC_LGUI, KC_LALT, KC_SPC, KC_SPC ) |