Browse Source

65_iso_split_bs Community Layout keymap bugfix (#17072)

Fix the layout macro reference in the `keymap.c` file, which caused this keymap to not be able to be compiled.
pull/17074/head
James Young 2 years ago
committed by GitHub
parent
commit
58c37c0814
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      layouts/default/65_iso_split_bs/default_65_iso_split_bs/keymap.c

+ 1
- 1
layouts/default/65_iso_split_bs/default_65_iso_split_bs/keymap.c View File

@ -14,7 +14,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* CtrlGUI Alt AltGUICtl
*
*/
[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,


Loading…
Cancel
Save