Skip to content

Commit

Permalink
Align the shortcuts layer
Browse files Browse the repository at this point in the history
  • Loading branch information
evantravers committed Mar 16, 2024
1 parent 6ba19ae commit 3b2f8e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions keyboards/keyboardio/atreus/keymaps/evantravers/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
),

[_SHORTCUTS] = LAYOUT_wrapper(
_______________SHORTCUTS_L1________________, _______, KC_7, KC_8, KC_9, PASS,
_______________SHORTCUTS_L2________________, _______, KC_4, KC_5, KC_6, _______,
_______________SHORTCUTS_L3________________, _______, _______, _______, KC_1, KC_2, KC_3, KC_TAB,
_______________SHORTCUTS_L1________________, _______, KC_7, KC_8, KC_9, PASS,
_______________SHORTCUTS_L2________________, _______, KC_4, KC_5, KC_6, _______,
_______________SHORTCUTS_L3________________, _______, _______, _______, KC_1, KC_2, KC_3, KC_TAB,
_______, _______, _______, _______, KC_SPC, _______, _______, _______, KC_0, KC_DOT, KC_TAB, _______ \
)
};

0 comments on commit 3b2f8e5

Please sign in to comment.