Skip to content

Commit

Permalink
move ctrl modifiers to top row F and U
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkby7e committed Mar 14, 2023
1 parent 36dc3f9 commit 4a8b3c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions keyboards/crkbd/keymaps/sharkby7e/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_split_3x5_3(
// \-----------------------------------------------------------------| |--------------------------------------------------------------/
KC_Q, KC_W, KC_F, KC_P, KC_B, KC_J, KC_L, KC_U, KC_Y, KC_BSPC,
KC_Q, KC_W, LCTL_T(KC_F), KC_P, KC_B, KC_J, KC_L, RCTL_T(KC_U), KC_Y, KC_BSPC,
// \--------------+-------+----------------+--------------+----------| | ---------+---------------+---------------+--------+----------/
KC_A, KC_R, KC_S, LGUI_T(KC_T), KC_G, KC_M, RGUI_T(KC_N), RCTL_T(KC_E), KC_I, KC_O,
KC_A, KC_R, KC_S, LGUI_T(KC_T), KC_G, KC_M, RGUI_T(KC_N), KC_E, KC_I, KC_O,
// \--------------+-------+----------------+--------------+----------| | ---------+---------------+---------------+--------+----------/
LALT_T(KC_Z), KC_X, KC_C, KC_D, KC_V, KC_K, KC_H, KC_COMM, KC_DOT, KC_SLSH,
// \--------------+-------+----------------+--------------+----------| | ---------+---------------+---------------+--------+----------/
RCTL_T(KC_ESC), MO(1), KC_LSPO, KC_SPC, MO(2), MEH_T(KC_TAB)
RCTL_T(KC_ESC), MO(1), KC_LSPO, KC_SPC, MO(2), MEH_T(KC_TAB)
// \---------------+--------------+----------| |----------+---------------+--------------/

),
Expand All @@ -41,8 +41,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
// \---------+---------+---------+---------+----------| |---------+--------------+--------------+--------+---------/
XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, KC_BSLS, KC_SCLN, KC_1, KC_2, KC_3, KC_0,
// \---------+---------+---------+---------+----------| |---------+--------------+--------------+--------+---------/
KC_LGUI, _______, KC_TRNS, KC_RSFT, MO(3), KC_NO
// \--------+---------+----------| |---------+--------------+-------------/
RCTL_T(KC_ESC), _______, KC_TRNS, KC_RSFT, MO(3), KC_NO
// \----------------+---------+-----------| |---------+--------------+-------------/
),

[2] = LAYOUT_split_3x5_3(
Expand Down

0 comments on commit 4a8b3c6

Please sign in to comment.