summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorWolf Van Herreweghe <wolfvanh@gmail.com>2022-12-11 05:05:23 +0100
committerGitHub <noreply@github.com>2022-12-11 15:05:23 +1100
commit608ed489de770dc0691d9984dcad9450da5cdb0b (patch)
tree4c9e0183fd206e98d6e221a149bf61748722880b /layouts
parent57351e4a37d0b598e6019a7e051560481f9a2576 (diff)
Update KC_BKSP->KCBSPC for default Ortho4x6 layout (#19290)
Co-authored-by: Wolf <contact@vwolf.be>
Diffstat (limited to 'layouts')
-rw-r--r--layouts/default/ortho_4x6/default_ortho_4x6/keymap.c2
1 files changed, 1 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..47f2b8dab5 100644
--- a/layouts/default/ortho_4x6/default_ortho_4x6/keymap.c
+++ b/layouts/default/ortho_4x6/default_ortho_4x6/keymap.c
@@ -14,7 +14,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
)