diff options
| author | 2024-10-29 23:36:30 -0700 | |
|---|---|---|
| committer | 2024-10-29 23:36:30 -0700 | |
| commit | 0a0d4a2f061772812c7a18961e3e16d7b2a53325 (patch) | |
| tree | 2bf0829baf26818d1f865aa8d150b7b7d1fc68b8 /keyboards/zsa | |
| parent | 4b1e551b42346d792de5eae7a6c24f511052202d (diff) | |
| download | my-keymaps-0a0d4a2f061772812c7a18961e3e16d7b2a53325.tar.gz my-keymaps-0a0d4a2f061772812c7a18961e3e16d7b2a53325.zip | |
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.
Diffstat (limited to 'keyboards/zsa')
| -rw-r--r-- | keyboards/zsa/voyager/keymaps/ryuk/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/zsa/voyager/keymaps/ryuk/keymap.c b/keyboards/zsa/voyager/keymaps/ryuk/keymap.c index 4b78a86..a4b4cb2 100644 --- a/keyboards/zsa/voyager/keymaps/ryuk/keymap.c +++ b/keyboards/zsa/voyager/keymaps/ryuk/keymap.c @@ -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 * |
