Skip to content

Commit

Permalink
65_iso_split_bs Community Layout keymap bugfix (#17072)
Browse files Browse the repository at this point in the history
Fix the layout macro reference in the `keymap.c` file, which caused this keymap to not be able to be compiled.
  • Loading branch information
noroadsleft authored May 12, 2022
1 parent b26ba52 commit 58c37c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* │Ctrl│GUI │Alt │ │Alt│GUI│Ctl│ ← │ ↓ │ → │
* └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┴───┘
*/
[0] = LAYOUT_65_iso(
[0] = LAYOUT_65_iso_split_bs(
KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_BSPC, KC_HOME,
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_PGUP,
KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_NUHS, KC_ENT, KC_PGDN,
Expand Down

0 comments on commit 58c37c0

Please sign in to comment.