aboutsummaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authorXyverz <xyverz@gmail.com>2020-06-28 19:52:23 -0700
committerGitHub <noreply@github.com>2020-06-29 12:52:23 +1000
commit62ceb46e9df0c495a6c24336425cfaaef9ceb26b (patch)
treef1946fcd7fd03e530d9895e4b00c2a7281eacb97 /layouts
parent2c0201e80f7d1e477440c3a0cfcb9b90575a002a (diff)
downloadfirmware-62ceb46e9df0c495a6c24336425cfaaef9ceb26b.tar.gz
firmware-62ceb46e9df0c495a6c24336425cfaaef9ceb26b.tar.bz2
firmware-62ceb46e9df0c495a6c24336425cfaaef9ceb26b.zip
Fixed MACLOCK key (#9555)
Diffstat (limited to 'layouts')
-rw-r--r--layouts/community/ortho_4x12/xyverz/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/community/ortho_4x12/xyverz/keymap.c b/layouts/community/ortho_4x12/xyverz/keymap.c
index 727ea0080..19e0e291e 100644
--- a/layouts/community/ortho_4x12/xyverz/keymap.c
+++ b/layouts/community/ortho_4x12/xyverz/keymap.c
@@ -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