Skip to content

Commit

Permalink
Update keymap.c
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaxin96 committed Jun 12, 2021
1 parent bedd819 commit 21e2df3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion keyboards/yandrstudio/whiteMouse28T/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,10 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6,
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y,
KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H,
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N)
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, MO(1), KC_RSFT),
LAYOUT(
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS)
};

0 comments on commit 21e2df3

Please sign in to comment.