Skip to content

Commit

Permalink
Fixed MACLOCK key (qmk#9555)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyverz committed Jun 29, 2020
1 parent 2c0201e commit 62ceb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/community/ortho_4x12/xyverz/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_F11, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F12 , \
_______, RESET, RGB_M_P, RGB_M_B, RGB_M_R, AG_NORM, AG_SWAP, QWERTY, COLEMAK, DVORAK, _______, _______, \
RGB_TOG, RGB_MOD, RGB_SWR, RGB_M_K, RGB_M_G, RGB_HUI, RGB_HUD, RGB_HUI, RGB_SAD, RGB_SAI, RGB_VAD, RGB_VAI, \
_______, _______, _______, _______, MACLOCK, _______, _______, _______, _______, _______, _______, _______ \
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, MACLOCK \
)
};
// clang-format on
Expand Down

0 comments on commit 62ceb46

Please sign in to comment.