diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2022-05-12 13:11:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-12 21:11:02 +0100 |
commit | 58c37c08149ca0bd754a13a32fc4ee6946e07662 (patch) | |
tree | b52b56a2dd3afc277d189b8a5555ccc9ed0f8051 /layouts | |
parent | b26ba52bdde82ec2920fa258079026f31d14b192 (diff) | |
download | qmk_firmware-58c37c08149ca0bd754a13a32fc4ee6946e07662.tar.gz qmk_firmware-58c37c08149ca0bd754a13a32fc4ee6946e07662.zip |
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.
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/default/65_iso_split_bs/default_65_iso_split_bs/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/default/65_iso_split_bs/default_65_iso_split_bs/keymap.c b/layouts/default/65_iso_split_bs/default_65_iso_split_bs/keymap.c index 6fa642b43d..65293bd58f 100644 --- a/layouts/default/65_iso_split_bs/default_65_iso_split_bs/keymap.c +++ b/layouts/default/65_iso_split_bs/default_65_iso_split_bs/keymap.c @@ -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, |