mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-09 21:06:32 -04:00
Adjust keycode alignment around QK_BOOT
(#23697)
This commit is contained in:
parent
699c1ead3c
commit
6b10ef075a
418 changed files with 484 additions and 484 deletions
|
@ -111,7 +111,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
|
||||
/** \brief Mouse emulation and pointer functions. */
|
||||
[LAYER_POINTER] = LAYOUT_split_3x5_3(
|
||||
QK_BOOT, EE_CLR, XXXXXXX, DPI_MOD, S_D_MOD, S_D_MOD, DPI_MOD, XXXXXXX, EE_CLR, QK_BOOT,
|
||||
QK_BOOT, EE_CLR, XXXXXXX, DPI_MOD, S_D_MOD, S_D_MOD, DPI_MOD, XXXXXXX, EE_CLR, QK_BOOT,
|
||||
KC_LGUI, KC_LALT, KC_LCTL, KC_LSFT, XXXXXXX, XXXXXXX, KC_LSFT, KC_LCTL, KC_LALT, KC_LGUI,
|
||||
_______, DRGSCRL, SNIPING, KC_BTN3, XXXXXXX, XXXXXXX, KC_BTN3, SNIPING, DRGSCRL, _______,
|
||||
KC_BTN3, KC_BTN2, KC_BTN1, KC_BTN1, KC_BTN2, KC_BTN3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue