Switch the backspace and enter keys
It was bugging my brain so much that the backspace was on the same side as the space. Having used the Atreus for a while I've gotten used to having the space and backspace keys on different sides of they keyboard under different hands.
This commit is contained in:
parent
4b1e551b42
commit
0a0d4a2f06
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
CW_TOGG, KC_Q, KC_W, KC_F, KC_P, KC_G, KC_J, KC_L, KC_U, KC_Y, KC_SCLN, KC_BSLS,
|
||||
SFT_T(KC_BSPC),KC_A, KC_R, KC_S, KC_T, KC_D, KC_H, KC_N, KC_E, KC_I, KC_O, RSFT_T(KC_SLSH),
|
||||
KC_LGUI, ALT_T(KC_Z),KC_X, KC_C, KC_V, KC_B, KC_K, KC_M, KC_COMMA,KC_DOT, RALT_T(KC_QUOT), KC_RCTL,
|
||||
LT(1,KC_ENT), CTL_T(KC_TAB), SFT_T(KC_BSPC), LT(2,KC_SPC)
|
||||
LT(1,KC_BSPC), CTL_T(KC_TAB), SFT_T(KC_ENT), LT(2,KC_SPC)
|
||||
),
|
||||
/* Keymap 1: Symbols && Numbers
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue