Skip to content

Commit

Permalink
Add a tab
Browse files Browse the repository at this point in the history
  • Loading branch information
evantravers committed Mar 16, 2024
1 parent 26211c4 commit 96f2e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/preonic/keymaps/evantravers/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
),

[_SHORTCUTS] = LAYOUT_preonic_2x2u_wrapper(
_______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, _______,
KC_CAPS, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, _______,
_______, _______________SHORTCUTS_L1________________, _______________SHORTCUTS_R1________________, KC_DEL,
KC_PGUP, _______________SHORTCUTS_L2________________, _______________SHORTCUTS_R2________________, _______,
KC_PGDN, _______________SHORTCUTS_L3________________, _______________SHORTCUTS_R3________________, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______
KC_TAB, _______, _______, _______, _______, _______, _______, _______, _______, _______
),

};
Expand Down

0 comments on commit 96f2e66

Please sign in to comment.