Skip to content

Commit

Permalink
swap ctrl and lower
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel R committed Sep 5, 2021
1 parent 751e758 commit a8214e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/crkbd/keymaps/sc2/keymap.c
Expand Up @@ -18,7 +18,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC, \
KC_TAB, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, \
KC_SPACE, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, \
KC_LSFT, U_LOWER, KC_LCTL, KC_ENT, U_RAISE, KC_LALT
KC_LSFT, KC_LCTL, U_LOWER, KC_ENT, U_RAISE, KC_LALT
),


Expand Down

0 comments on commit a8214e3

Please sign in to comment.