Skip to content

Commit

Permalink
fix via col and row number for wm28
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaxin96 committed Jun 12, 2021
1 parent 65e50fc commit bedd819
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion keyboards/yandrstudio/whiteMouse28T/info-via.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"extends": "none",
"keycodes": "qmk"
},
"matrix": { "rows": 5, "cols": 14 },
"matrix": { "rows": 4, "cols": 7 },
"layouts": {
"keymap":
[
Expand Down
5 changes: 2 additions & 3 deletions keyboards/yandrstudio/whiteMouse28T/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
LAYOUT(
KC_GESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6,
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_LCTL, KC_LALT, KC_LGUI, KC_SPC, KC_RALT, KC_TRNS, KC_RCTL)

KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N)
};

0 comments on commit bedd819

Please sign in to comment.