voyager: Remove the boot button
This keyboard has a dedicated button for putting it in bootloader mode, this key isn't necessary and is causing problems when I accidentally activate it.
This commit is contained in:
parent
6429688535
commit
ed54a1094f
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
_______, KC_NO, KC_NO, KC_0
|
||||
),
|
||||
[2] = LAYOUT(
|
||||
RGB_TOG, QK_KB, RGB_MOD, RGB_M_P, RGB_VAD, RGB_VAI, _______, _______, _______, _______, _______, QK_BOOT,
|
||||
RGB_TOG, QK_KB, RGB_MOD, RGB_M_P, RGB_VAD, RGB_VAI, _______, _______, _______, _______, _______, _______,
|
||||
_______, _______, KC_VOLD, KC_VOLU, KC_MUTE, _______, KC_PGUP, KC_HOME, KC_UP, KC_END, _______, _______,
|
||||
_______, KC_MPRV, KC_MNXT, KC_MSTP, KC_MPLY, _______, KC_PGDN, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______,
|
||||
_______, _______, _______, _______, _______, _______, _______, C(S(KC_TAB)), C(KC_TAB), _______, _______, _______,
|
||||
|
|
Loading…
Add table
Reference in a new issue