summaryrefslogtreecommitdiff
path: root/keyboards/mlego/m65/keymaps/default
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-05-15 20:26:27 +0100
committerGitHub <noreply@github.com>2022-05-15 20:26:27 +0100
commitb7771ec25b96f2b88a7fa4201081e10ca6fbb9d4 (patch)
tree407a374842244534259c36e94c996be7490cea0a /keyboards/mlego/m65/keymaps/default
parent4a8bd7b9a523601911ba467588b2a6a0aa693db6 (diff)
RESET -> QK_BOOT default keymaps (#17037)
Diffstat (limited to 'keyboards/mlego/m65/keymaps/default')
-rw-r--r--keyboards/mlego/m65/keymaps/default/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mlego/m65/keymaps/default/keymap.c b/keyboards/mlego/m65/keymaps/default/keymap.c
index 96a1ced900..c8a6cfce2e 100644
--- a/keyboards/mlego/m65/keymaps/default/keymap.c
+++ b/keyboards/mlego/m65/keymaps/default/keymap.c
@@ -60,7 +60,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[_ADJ] = LAYOUT_ortho_5x13(
RGB_MOD, RGB_RMOD, A(KC_F2), _______, _______, _______, _______, _______, _______, _______, _______, RGB_M_T , RGB_M_SW,
- RGB_HUI, RGB_HUD , RGB_M_P , _______, RESET , _______, _______, _______, _______, _______, _______, _______ , RGB_M_SN,
+ RGB_HUI, RGB_HUD , RGB_M_P , _______, QK_BOOT , _______, _______, _______, _______, _______, _______, _______ , RGB_M_SN,
RGB_SAI, RGB_SAD , RGB_M_B , _______, _______, _______, _______, _______, _______, _______, _______, _______ , RGB_M_K ,
RGB_VAI, RGB_VAD , RGB_M_R , _______, _______, _______, _______, _______, _______, _______, _______, _______ , RGB_M_X ,
RGB_TOG, _______ , _______ , _______, _______, _______, _______, _______, _______, _______, _______, RGB_M_TW, RGB_M_G),