Skip to content

Commit

Permalink
fix(crkbd-qmk): Fix use MO not MT
Browse files Browse the repository at this point in the history
  • Loading branch information
Otard95 committed May 8, 2024
1 parent 8547a8b commit 0877c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crkbd/qmk/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
//,-----------------------------------------------------. ,-----------------------------------------------------.
_______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11,
//|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
_______, KC_MPRV, KC_MNXT, KC_MRWD, KC_MFFD, KC_VOLU, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, MT(3), KC_F12,
_______, KC_MPRV, KC_MNXT, KC_MRWD, KC_MFFD, KC_VOLU, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, MO(3), KC_F12,
//|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
_______, XXXXXXX, XXXXXXX, KC_MSTP, KC_MPLY, KC_VOLD, KC_HOME, KC_PGDN, KC_PGUP, KC_END, KC_DEL, KC_CAPS,
//|--------+--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
Expand Down

0 comments on commit 0877c53

Please sign in to comment.